| Puma Reference Manual | Puma: Puma::CT_TemplateParamDecl Class Reference |
#include <Puma/CTree.h>

Public Member Functions | |
| virtual CT_ExprList * | DefaultArgument () const =0 |
| Get the template default argument. | |
| CSemObject * | SemObject () const |
| Get the semantic information about the template parameter. | |
Protected Member Functions | |
| CT_TemplateParamDecl () | |
| Constructor. | |
| Puma::CT_TemplateParamDecl::CT_TemplateParamDecl | ( | ) | [inline, protected] |
Constructor.
| virtual CT_ExprList* Puma::CT_TemplateParamDecl::DefaultArgument | ( | ) | const [pure virtual] |
Get the template default argument.
Implemented in Puma::CT_NonTypeParamDecl, and Puma::CT_TypeParamDecl.
| CSemObject* Puma::CT_TemplateParamDecl::SemObject | ( | ) | const [inline, virtual] |
Get the semantic information about the template parameter.
Reimplemented from Puma::CTree.
Reimplemented in Puma::CT_NonTypeParamDecl.