Eclipse CDT
7.0

org.eclipse.cdt.core.dom.ast.cpp
Class SemanticQueries

java.lang.Object
  extended by org.eclipse.cdt.core.dom.ast.cpp.SemanticQueries

public class SemanticQueries
extends java.lang.Object

Since:
5.5

Constructor Summary
SemanticQueries()
           
 
Method Summary
static boolean isCopyConstructor(ICPPConstructor constructor)
           
static boolean isCopyOrMoveConstructor(ICPPConstructor constructor)
           
static boolean isMoveConstructor(ICPPConstructor constructor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticQueries

public SemanticQueries()
Method Detail

isCopyOrMoveConstructor

public static boolean isCopyOrMoveConstructor(ICPPConstructor constructor)

isMoveConstructor

public static boolean isMoveConstructor(ICPPConstructor constructor)

isCopyConstructor

public static boolean isCopyConstructor(ICPPConstructor constructor)

Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.