Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.cpp.ICPPConstructor

Packages that use ICPPConstructor
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of ICPPConstructor in org.eclipse.cdt.core.dom.ast.cpp
 

Fields in org.eclipse.cdt.core.dom.ast.cpp declared as ICPPConstructor
static ICPPConstructor[] ICPPConstructor.EMPTY_CONSTRUCTOR_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPConstructor
 ICPPConstructor[] ICPPClassScope.getConstructors()
          Returns the array of constructors, including implicit ones.
 ICPPConstructor[] ICPPClassType.getConstructors()
          Returns an array of ICPPConstructor objects representing the constructors for this class.
 ICPPConstructor[] ICPPClassSpecialization.getConstructors(IASTNode point)
          Similar to ICPPClassType.getConstructors() but a accepts a starting point for template instantiation.
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type ICPPConstructor
static boolean SemanticQueries.isCopyConstructor(ICPPConstructor constructor)
           
static boolean SemanticQueries.isCopyOrMoveConstructor(ICPPConstructor constructor)
           
static boolean SemanticQueries.isMoveConstructor(ICPPConstructor constructor)
           
 


Eclipse CDT
7.0

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