KDevelop API Documentation

GroupAST Class Reference

#include <ast.h>

Inheritance diagram for GroupAST:

AST List of all members.

Public Types

typedef std::auto_ptr< GroupASTNode
enum  { Type = NodeType_Group }

Public Member Functions

 GroupAST ()
QPtrList< ASTnodeList ()
void addNode (AST::Node &node)
virtual QString text () const

Private Member Functions

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

Private Attributes

QPtrList< ASTm_nodeList

Member Typedef Documentation

typedef std::auto_ptr<GroupAST> GroupAST::Node
 

Reimplemented from AST.

Definition at line 274 of file ast.h.

Referenced by Parser::parseName(), TypeSpecifierAST::setCvQualify(), DeclaratorAST::setExceptionSpecification(), FunctionDefinitionAST::setFunctionSpecifier(), SimpleDeclarationAST::setFunctionSpecifier(), and ClassSpecifierAST::setWinDeclSpec().


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 275 of file ast.h.


Constructor & Destructor Documentation

GroupAST::GroupAST  ) 
 

Definition at line 1039 of file ast.cpp.

References m_nodeList.

GroupAST::GroupAST const GroupAST source  )  [private]
 


Member Function Documentation

void GroupAST::addNode AST::Node node  ) 
 

Definition at line 1044 of file ast.cpp.

References addNode(), m_nodeList, and AST::Node.

Referenced by addNode().

QPtrList<AST> GroupAST::nodeList  )  [inline]
 

Definition at line 282 of file ast.h.

References m_nodeList.

Referenced by StoreWalker::parseDeclaration(), TagCreator::parseFunctionDeclaration(), StoreWalker::parseFunctionDeclaration(), TagCreator::parseFunctionDefinition(), StoreWalker::parseFunctionDefinition(), TagCreator::parseMyDeclaration(), and CppSupportPart::slotMakeMember().

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

QString GroupAST::text  )  const [virtual]
 

Reimplemented from AST.

Definition at line 1053 of file ast.cpp.

References m_nodeList.


Member Data Documentation

QPtrList<AST> GroupAST::m_nodeList [private]
 

Definition at line 288 of file ast.h.

Referenced by addNode(), GroupAST(), nodeList(), and text().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:03 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003