KDevelop API Documentation

LinkageBodyAST Class Reference

#include <ast.h>

Inheritance diagram for LinkageBodyAST:

Inheritance graph
[legend]
Collaboration diagram for LinkageBodyAST:

Collaboration graph
[legend]
List of all members.

Public Types

typedef std::auto_ptr< LinkageBodyASTNode
enum  { Type = NodeType_LinkageBody }

Public Member Functions

 LinkageBodyAST ()
void addDeclaration (DeclarationAST::Node &ast)
QPtrList< DeclarationASTdeclarationList ()

Private Member Functions

 LinkageBodyAST (const LinkageBodyAST &source)
void operator= (const LinkageBodyAST &source)

Private Attributes

QPtrList< DeclarationASTm_declarationList

Member Typedef Documentation

typedef std::auto_ptr<LinkageBodyAST> LinkageBodyAST::Node
 

Reimplemented from AST.

Definition at line 648 of file ast.h.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 649 of file ast.h.


Constructor & Destructor Documentation

LinkageBodyAST::LinkageBodyAST  ) 
 

Definition at line 256 of file ast.cpp.

References m_declarationList.

LinkageBodyAST::LinkageBodyAST const LinkageBodyAST source  )  [private]
 


Member Function Documentation

void LinkageBodyAST::addDeclaration DeclarationAST::Node ast  ) 
 

Definition at line 261 of file ast.cpp.

References m_declarationList.

QPtrList<DeclarationAST> LinkageBodyAST::declarationList  )  [inline]
 

Definition at line 657 of file ast.h.

Referenced by TreeParser::parseLinkageBody(), and TagCreator::parseLinkageBody().

void LinkageBodyAST::operator= const LinkageBodyAST source  )  [private]
 


Member Data Documentation

QPtrList<DeclarationAST> LinkageBodyAST::m_declarationList [private]
 

Definition at line 660 of file ast.h.

Referenced by addDeclaration(), and LinkageBodyAST().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:44:04 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003