|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPTemplateParameterMap
Models the mapping of template parameters to values.
Method Summary | |
---|---|
java.lang.Integer[] |
getAllParameterPositions()
Returns the array of template parameter positions, for which a mapping exists. |
ICPPTemplateArgument |
getArgument(ICPPTemplateParameter param)
Returns the value for the template parameter in the map, or null if
the parameter is not mapped. |
ICPPTemplateArgument |
getArgument(int paramID)
Returns the value for the template parameter with the given id. |
Method Detail |
---|
ICPPTemplateArgument getArgument(int paramID)
ICPPTemplateParameter.getParameterID()
ICPPTemplateArgument getArgument(ICPPTemplateParameter param)
null
if
the parameter is not mapped.
java.lang.Integer[] getAllParameterPositions()
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |