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


Public Types | |
typedef std::auto_ptr< LinkageBodyAST > | Node |
enum | { Type = NodeType_LinkageBody } |
Public Member Functions | |
LinkageBodyAST () | |
void | addDeclaration (DeclarationAST::Node &ast) |
QPtrList< DeclarationAST > | declarationList () |
Private Member Functions | |
LinkageBodyAST (const LinkageBodyAST &source) | |
void | operator= (const LinkageBodyAST &source) |
Private Attributes | |
QPtrList< DeclarationAST > | m_declarationList |
Member Typedef Documentation
|
Reimplemented from AST. |
Member Enumeration Documentation
|
|
Constructor & Destructor Documentation
|
Definition at line 256 of file ast.cpp. References m_declarationList. |
|
|
Member Function Documentation
|
Definition at line 261 of file ast.cpp. References m_declarationList. |
|
Definition at line 657 of file ast.h. Referenced by TreeParser::parseLinkageBody(), and TagCreator::parseLinkageBody(). |
|
|
Member Data Documentation
|
Definition at line 660 of file ast.h. Referenced by addDeclaration(), and LinkageBodyAST(). |
The documentation for this class was generated from the following files: