KDevelop API Documentation

EnumeratorAST Class Reference

#include <ast.h>

Inheritance diagram for EnumeratorAST:

Inheritance graph
[legend]
Collaboration diagram for EnumeratorAST:

Collaboration graph
[legend]
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.


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.

void EnumeratorAST::setId AST::Node id  ) 
 

Definition at line 579 of file ast.cpp.

References m_id.


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.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:41:45 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003