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.
 


Eclipse CDT
7.0

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