|
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 |
String[] |
getTemplateArguments()
Returns the template arguments in a printable format. |
String[] |
getTemplateParameterTypes()
Returns the template parameter types. |
String |
getTemplateSignature()
Returns the template signature The signature depends on the type of template. |
Method Detail |
---|
String[] getTemplateParameterTypes()
String[] getTemplateArguments()
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 |