KDevelop API Documentation

TemplateDeclarationAST Class Reference

#include <ast.h>

Inheritance diagram for TemplateDeclarationAST:

Inheritance graph
[legend]
Collaboration diagram for TemplateDeclarationAST:

Collaboration graph
[legend]
List of all members.

Public Types

typedef std::auto_ptr< TemplateDeclarationASTNode
enum  { Type = NodeType_TemplateDeclaration }

Public Member Functions

 TemplateDeclarationAST ()
ASTexported ()
void setExported (AST::Node &exported)
TemplateParameterListASTtemplateParameterList ()
void setTemplateParameterList (TemplateParameterListAST::Node &templateParameterList)
DeclarationASTdeclaration ()
void setDeclaration (DeclarationAST::Node &declaration)

Private Member Functions

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

Private Attributes

AST::Node m_exported
TemplateParameterListAST::Node m_templateParameterList
DeclarationAST::Node m_declaration

Member Typedef Documentation

typedef std::auto_ptr<TemplateDeclarationAST> TemplateDeclarationAST::Node
 

Reimplemented from DeclarationAST.

Definition at line 1058 of file ast.h.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 1059 of file ast.h.


Constructor & Destructor Documentation

TemplateDeclarationAST::TemplateDeclarationAST  ) 
 

Definition at line 423 of file ast.cpp.

TemplateDeclarationAST::TemplateDeclarationAST const TemplateDeclarationAST source  )  [private]
 


Member Function Documentation

DeclarationAST* TemplateDeclarationAST::declaration  )  [inline]
 

Definition at line 1072 of file ast.h.

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

AST* TemplateDeclarationAST::exported  )  [inline]
 

Definition at line 1066 of file ast.h.

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

void TemplateDeclarationAST::setDeclaration DeclarationAST::Node declaration  ) 
 

Definition at line 439 of file ast.cpp.

References m_declaration.

void TemplateDeclarationAST::setExported AST::Node exported  ) 
 

Definition at line 427 of file ast.cpp.

References m_exported.

void TemplateDeclarationAST::setTemplateParameterList TemplateParameterListAST::Node templateParameterList  ) 
 

Definition at line 433 of file ast.cpp.

References m_templateParameterList.

TemplateParameterListAST* TemplateDeclarationAST::templateParameterList  )  [inline]
 

Definition at line 1069 of file ast.h.


Member Data Documentation

DeclarationAST::Node TemplateDeclarationAST::m_declaration [private]
 

Definition at line 1078 of file ast.h.

Referenced by setDeclaration().

AST::Node TemplateDeclarationAST::m_exported [private]
 

Definition at line 1076 of file ast.h.

Referenced by setExported().

TemplateParameterListAST::Node TemplateDeclarationAST::m_templateParameterList [private]
 

Definition at line 1077 of file ast.h.

Referenced by setTemplateParameterList().


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:48:56 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003