|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPSpecialization
For an instantiation of a class template, the members of that instantiation will be specializations of the members of the original class template. For an instantiation of a function template, the parameters will be specializations of the parameters of the original function template. Specializations can also be explicitly defined.
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
EMPTY_BINDING_ARRAY |
Method Summary | |
---|---|
org.eclipse.cdt.core.parser.util.ObjectMap |
getArgumentMap()
Deprecated. use getTemplateParameterMap() , instead. |
IBinding |
getSpecializedBinding()
Return the binding that this specialization specializes. |
ICPPTemplateParameterMap |
getTemplateParameterMap()
Returns the mapping of template parameters to values. |
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 |
Method Detail |
---|
IBinding getSpecializedBinding()
ICPPTemplateParameterMap getTemplateParameterMap()
@Deprecated org.eclipse.cdt.core.parser.util.ObjectMap getArgumentMap()
getTemplateParameterMap()
, instead.
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |