Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPConstructorSpecialization
Binding for specializations of constructors.
|
Modifier and Type | Field and Description |
---|---|
static ICPPConstructor[] |
ICPPConstructor.EMPTY_CONSTRUCTOR_ARRAY |
Modifier and Type | Method and Description |
---|---|
ICPPConstructor[] |
ICPPClassType.getConstructors()
Returns an array of ICPPConstructor objects representing the constructors
for this class.
|
ICPPConstructor[] |
ICPPClassScope.getConstructors()
Returns the array of constructors, including implicit ones.
|
ICPPConstructor[] |
ICPPClassSpecialization.getConstructors(IASTNode point)
Deprecated.
Use
ICPPClassType.getConstructors() instead. |
Modifier and Type | Method and Description |
---|---|
static boolean |
SemanticQueries.isCopyConstructor(ICPPConstructor constructor) |
static boolean |
SemanticQueries.isCopyOrMoveConstructor(ICPPConstructor constructor) |
static boolean |
SemanticQueries.isMoveConstructor(ICPPConstructor constructor) |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.