KDevelop API Documentation

ElaboratedTypeSpecifierAST Class Reference

#include <ast.h>

Inheritance diagram for ElaboratedTypeSpecifierAST:

Inheritance graph
[legend]
Collaboration diagram for ElaboratedTypeSpecifierAST:

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


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.

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.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:24:15 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003