KDevelop API Documentation

ElaboratedTypeSpecifierAST Class Reference

#include <ast.h>

Inheritance diagram for ElaboratedTypeSpecifierAST:

TypeSpecifierAST AST List of all members.

Public Types

typedef std::auto_ptr< ElaboratedTypeSpecifierASTNode
enum  { Type = NodeType_ElaboratedTypeSpecifier }

Public Member Functions

 ElaboratedTypeSpecifierAST ()
ASTkind ()
void setKind (AST::Node &kind)
virtual QString text () const

Private Member Functions

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

Private Attributes

AST::Node m_kind

Member Typedef Documentation

typedef std::auto_ptr<ElaboratedTypeSpecifierAST> ElaboratedTypeSpecifierAST::Node
 

Reimplemented from TypeSpecifierAST.

Definition at line 623 of file ast.h.

Referenced by Parser::parseElaboratedTypeSpecifier().


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 624 of file ast.h.


Constructor & Destructor Documentation

ElaboratedTypeSpecifierAST::ElaboratedTypeSpecifierAST  ) 
 

Definition at line 551 of file ast.cpp.

ElaboratedTypeSpecifierAST::ElaboratedTypeSpecifierAST const ElaboratedTypeSpecifierAST source  )  [private]
 


Member Function Documentation

AST* ElaboratedTypeSpecifierAST::kind  )  [inline]
 

Definition at line 631 of file ast.h.

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

void ElaboratedTypeSpecifierAST::setKind AST::Node kind  ) 
 

Definition at line 555 of file ast.cpp.

References m_kind, AST::Node, and setKind().

Referenced by setKind().

QString ElaboratedTypeSpecifierAST::text  )  const [virtual]
 

Reimplemented from TypeSpecifierAST.

Definition at line 561 of file ast.cpp.

References m_kind, and TypeSpecifierAST::text().


Member Data Documentation

AST::Node ElaboratedTypeSpecifierAST::m_kind [private]
 

Definition at line 637 of file ast.h.

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