KDevelop API Documentation

EnumeratorAST Class Reference

#include <ast.h>

Inheritance diagram for EnumeratorAST:

AST List of all members.

Public Types

typedef std::auto_ptr< EnumeratorASTNode
enum  { Type = NodeType_Enumerator }

Public Member Functions

 EnumeratorAST ()
ASTid ()
void setId (AST::Node &id)
ASTexpr ()
void setExpr (AST::Node &expr)

Private Member Functions

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

Private Attributes

AST::Node m_id
AST::Node m_expr

Member Typedef Documentation

typedef std::auto_ptr<EnumeratorAST> EnumeratorAST::Node
 

Reimplemented from AST.

Definition at line 575 of file ast.h.

Referenced by EnumSpecifierAST::addEnumerator(), and Parser::parseEnumSpecifier().


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 576 of file ast.h.


Constructor & Destructor Documentation

EnumeratorAST::EnumeratorAST  ) 
 

Definition at line 575 of file ast.cpp.

EnumeratorAST::EnumeratorAST const EnumeratorAST source  )  [private]
 


Member Function Documentation

AST* EnumeratorAST::expr  )  [inline]
 

Definition at line 586 of file ast.h.

AST* EnumeratorAST::id  )  [inline]
 

Definition at line 583 of file ast.h.

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

void EnumeratorAST::setExpr AST::Node expr  ) 
 

Definition at line 585 of file ast.cpp.

References m_expr, and setExpr().

Referenced by setExpr().

void EnumeratorAST::setId AST::Node id  ) 
 

Definition at line 579 of file ast.cpp.

References m_id, AST::Node, and setId().

Referenced by setId().


Member Data Documentation

AST::Node EnumeratorAST::m_expr [private]
 

Definition at line 591 of file ast.h.

Referenced by setExpr().

AST::Node EnumeratorAST::m_id [private]
 

Definition at line 590 of file ast.h.

Referenced by setId().


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:02 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003