KDevelop API Documentation

TemplateParameterAST Class Reference

#include <ast.h>

Inheritance diagram for TemplateParameterAST:

Inheritance graph
[legend]
Collaboration diagram for TemplateParameterAST:

Collaboration graph
[legend]
List of all members.

Public Types

typedef std::auto_ptr< TemplateParameterASTNode
enum  { Type = NodeType_TemplateParameter }

Public Member Functions

 TemplateParameterAST ()
TypeParameterASTtypeParameter ()
void setTypeParameter (TypeParameterAST::Node &typeParameter)
ParameterDeclarationASTtypeValueParameter ()
void setTypeValueParameter (ParameterDeclarationAST::Node &typeValueParameter)

Private Member Functions

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

Private Attributes

TypeParameterAST::Node m_typeParameter
ParameterDeclarationAST::Node m_typeValueParameter

Member Typedef Documentation

typedef std::auto_ptr<TemplateParameterAST> TemplateParameterAST::Node
 

Reimplemented from AST.

Definition at line 1010 of file ast.h.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 1011 of file ast.h.


Constructor & Destructor Documentation

TemplateParameterAST::TemplateParameterAST  ) 
 

Definition at line 1124 of file ast.cpp.

TemplateParameterAST::TemplateParameterAST const TemplateParameterAST source  )  [private]
 


Member Function Documentation

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

void TemplateParameterAST::setTypeParameter TypeParameterAST::Node typeParameter  ) 
 

Definition at line 1128 of file ast.cpp.

References m_typeParameter.

void TemplateParameterAST::setTypeValueParameter ParameterDeclarationAST::Node typeValueParameter  ) 
 

Definition at line 1134 of file ast.cpp.

References m_typeValueParameter.

TypeParameterAST* TemplateParameterAST::typeParameter  )  [inline]
 

Definition at line 1018 of file ast.h.

ParameterDeclarationAST* TemplateParameterAST::typeValueParameter  )  [inline]
 

Definition at line 1021 of file ast.h.


Member Data Documentation

TypeParameterAST::Node TemplateParameterAST::m_typeParameter [private]
 

Definition at line 1025 of file ast.h.

Referenced by setTypeParameter().

ParameterDeclarationAST::Node TemplateParameterAST::m_typeValueParameter [private]
 

Definition at line 1026 of file ast.h.

Referenced by setTypeValueParameter().


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