TemplateArgumentListAST Class Reference
#include <ast.h>
Inheritance diagram for TemplateArgumentListAST:


Public Types | |
typedef std::auto_ptr< TemplateArgumentListAST > | Node |
enum | { Type = NodeType_TemplateArgumentList } |
Public Member Functions | |
TemplateArgumentListAST () | |
void | addArgument (AST::Node &arg) |
QPtrList< AST > | argumentList () |
virtual QString | text () const |
Private Member Functions | |
TemplateArgumentListAST (const TemplateArgumentListAST &source) | |
void | operator= (const TemplateArgumentListAST &source) |
Private Attributes | |
QPtrList< AST > | m_argumentList |
Member Typedef Documentation
|
Reimplemented from AST. |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
Definition at line 395 of file ast.cpp. References m_argumentList. |
|
|
Member Function Documentation
|
Definition at line 400 of file ast.cpp. References m_argumentList. |
|
|
|
|
|
Reimplemented from AST. Definition at line 409 of file ast.cpp. References m_argumentList. |
Member Data Documentation
|
Definition at line 313 of file ast.h. Referenced by addArgument(), TemplateArgumentListAST(), and text(). |
The documentation for this class was generated from the following files: