Puma Reference Manual | Puma: Puma::CT_TemplateParamDecl Class Reference |
Base class for all tree nodesrepresenting a template parameter declaration. More...
#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. |
Base class for all tree nodesrepresenting a template parameter declaration.
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.