Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPConstructor |
interface |
ICPPDeferredFunction
Represents a reference to a function which cannot be resolved
because an argument depends on a template parameter.
|
interface |
ICPPFunctionInstance
This interface represents an instantiation or an explicit specialization of a function template.
|
interface |
ICPPFunctionTemplate
Interface for function templates
|
interface |
ICPPMethod
Base interface for methods, also used for constructors.
|
interface |
ICPPMethodSpecialization
Specialization of a method.
|
Modifier and Type | Method and Description |
---|---|
ICPPFunction[] |
ICPPDeferredFunction.getCandidates()
Returns the candidate functions the reference might resolve to
after template instantiation.
|
ICPPFunction |
ICPPASTFunctionCallExpression.getOverload()
Returns the function binding for the overloaded operator() invoked by
the function call, or
null if the operator() is not overloaded. |
ICPPFunction |
ICPPASTBinaryExpression.getOverload()
Returns the function binding for the overloaded operator, or
null if
the operator is not overloaded. |
ICPPFunction |
ICPPASTUnaryExpression.getOverload()
Returns the function binding for the overloaded operator, or
null if
the operator is not overloaded. |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.