KDevelop API Documentation

TypedefAST Class Reference

#include <ast.h>

Inheritance diagram for TypedefAST:

DeclarationAST AST List of all members.

Public Types

typedef std::auto_ptr< TypedefASTNode
enum  { Type = NodeType_Typedef }

Public Member Functions

 TypedefAST ()
TypeSpecifierASTtypeSpec ()
void setTypeSpec (TypeSpecifierAST::Node &typeSpec)
InitDeclaratorListASTinitDeclaratorList ()
void setInitDeclaratorList (InitDeclaratorListAST::Node &initDeclaratorList)

Private Member Functions

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

Private Attributes

TypeSpecifierAST::Node m_typeSpec
InitDeclaratorListAST::Node m_initDeclaratorList

Member Typedef Documentation

typedef std::auto_ptr<TypedefAST> TypedefAST::Node
 

Reimplemented from DeclarationAST.

Definition at line 984 of file ast.h.

Referenced by Parser::parseTypedef().


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 985 of file ast.h.


Constructor & Destructor Documentation

TypedefAST::TypedefAST  ) 
 

Definition at line 372 of file ast.cpp.

TypedefAST::TypedefAST const TypedefAST source  )  [private]
 


Member Function Documentation

InitDeclaratorListAST* TypedefAST::initDeclaratorList  )  [inline]
 

Definition at line 995 of file ast.h.

Referenced by TagCreator::parseTypedef(), and StoreWalker::parseTypedef().

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

void TypedefAST::setInitDeclaratorList InitDeclaratorListAST::Node initDeclaratorList  ) 
 

Definition at line 388 of file ast.cpp.

References m_initDeclaratorList, InitDeclaratorListAST::Node, and setInitDeclaratorList().

Referenced by setInitDeclaratorList().

void TypedefAST::setTypeSpec TypeSpecifierAST::Node typeSpec  ) 
 

Definition at line 382 of file ast.cpp.

References m_typeSpec, TypeSpecifierAST::Node, and setTypeSpec().

Referenced by setTypeSpec().

TypeSpecifierAST* TypedefAST::typeSpec  )  [inline]
 

Definition at line 992 of file ast.h.

Referenced by TreeParser::parseTypedef(), TagCreator::parseTypedef(), and StoreWalker::parseTypedef().


Member Data Documentation

InitDeclaratorListAST::Node TypedefAST::m_initDeclaratorList [private]
 

Definition at line 1000 of file ast.h.

Referenced by setInitDeclaratorList().

TypeSpecifierAST::Node TypedefAST::m_typeSpec [private]
 

Definition at line 999 of file ast.h.

Referenced by setTypeSpec().


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 Wed Oct 6 17:39:31 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003