|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPTemplateTypeParameter
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPTemplateParameter |
---|
EMPTY_TEMPLATE_PARAMETER_ARRAY |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
EMPTY_BINDING_ARRAY |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType |
---|
EMPTY_TYPE_ARRAY, TYPE_MATCHER |
Method Summary | |
---|---|
IType |
getDefault()
The default type for this parameter. |
boolean |
isSameType(IType type)
Types containing template parameters need to be compared even before it is known to which binding the template parameter belongs to. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPTemplateParameter |
---|
getDefaultValue, getParameterID, getParameterPosition, getTemplateNestingLevel, isParameterPack |
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.IBinding |
---|
getLinkage, getName, getNameCharArray, getOwner, getScope |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType |
---|
clone |
Method Detail |
---|
IType getDefault() throws DOMException
null
.
DOMException
boolean isSameType(IType type)
isSameType(IType)
compares
the kind and the parameter position of the template parameter, only. The name and the owner
is ignored.
isSameType
in interface IType
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |