|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemplate
The interface is used to model, class or function templates and their partial or explicit specializations.
Method Summary | |
---|---|
int |
getNumberOfTemplateParameters()
Returns the number of template parameters |
java.lang.String[] |
getTemplateArguments()
Returns the template arguments in a printable format. |
java.lang.String[] |
getTemplateParameterTypes()
Returns the template parameter types. |
java.lang.String |
getTemplateSignature()
Returns the template signature The signature depends on the type of template. |
Method Detail |
---|
java.lang.String[] getTemplateParameterTypes()
java.lang.String[] getTemplateArguments()
java.lang.String getTemplateSignature() throws CModelException
CModelException
int getNumberOfTemplateParameters()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |