Package org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPConstructorSpecialization
-
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,IBinding
,ICPPBinding
,ICPPConstructor
,ICPPFunction
,ICPPMember
,ICPPMethod
,ICPPSpecialization
,IFunction
public interface ICPPConstructorSpecialization extends ICPPConstructor, ICPPSpecialization
Binding for specializations of constructors.- Since:
- 6.2
-
-
Field Summary
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPConstructor
EMPTY_CONSTRUCTOR_ARRAY
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPMember
v_private, v_protected, v_public
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPMethod
EMPTY_CPPMETHOD_ARRAY
-
-
Method Summary
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getLinkage, getName, getNameCharArray, getOwner, getScope
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBinding
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPConstructor
getConstructorChainExecution, getConstructorChainExecution
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPFunction
getDeclaredType, getExceptionSpecification, getParameters, getRequiredArgumentCount, getType, hasParameterPack, isConstexpr, isDeleted, isExternC, isInline, isMutable
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPMember
getClassOwner, getType, getVisibility, isStatic
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPMethod
isDestructor, isExplicit, isFinal, isImplicit, isOverride, isPureVirtual, isVirtual
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPSpecialization
getSpecializedBinding, getTemplateParameterMap
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IFunction
getFunctionScope, isAuto, isExtern, isNoDiscard, isNoReturn, isRegister, isStatic, takesVarArgs
-
-