Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPTemplateParameterMap


public interface ICPPTemplateParameterMap

Models the mapping of template parameters to values.

Since:
5.1

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

getArgument

ICPPTemplateArgument getArgument(int paramID)
Returns the value for the template parameter with the given id.

See Also:
ICPPTemplateParameter.getParameterID()

getArgument

ICPPTemplateArgument getArgument(ICPPTemplateParameter param)
Returns the value for the template parameter in the map, or null if the parameter is not mapped.


getAllParameterPositions

java.lang.Integer[] getAllParameterPositions()
Returns the array of template parameter positions, for which a mapping exists.


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.