KDevelop API Documentation

TypeParameterAST Class Reference

#include <ast.h>

Inheritance diagram for TypeParameterAST:

AST List of all members.

Public Types

typedef std::auto_ptr< TypeParameterASTNode
enum  { Type = NodeType_TypeParameter }

Public Member Functions

 TypeParameterAST ()
ASTkind ()
void setKind (AST::Node &kind)
TemplateParameterListASTtemplateParameterList ()
void setTemplateParameterList (std::auto_ptr< class TemplateParameterListAST > &templateParameterList)
NameASTname ()
void setName (NameAST::Node &name)
ASTtypeId ()
void setTypeId (AST::Node &typeId)

Private Member Functions

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

Private Attributes

AST::Node m_kind
std::auto_ptr< class TemplateParameterListASTm_templateParameterList
NameAST::Node m_name
AST::Node m_typeId

Member Typedef Documentation

typedef std::auto_ptr<TypeParameterAST> TypeParameterAST::Node
 

Reimplemented from AST.

Definition at line 383 of file ast.h.

Referenced by Parser::parseTemplateParameter(), and TemplateParameterAST::setTypeParameter().


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 384 of file ast.h.


Constructor & Destructor Documentation

TypeParameterAST::TypeParameterAST  ) 
 

Definition at line 1095 of file ast.cpp.

TypeParameterAST::TypeParameterAST const TypeParameterAST source  )  [private]
 


Member Function Documentation

AST* TypeParameterAST::kind  )  [inline]
 

Definition at line 391 of file ast.h.

NameAST* TypeParameterAST::name  )  [inline]
 

Definition at line 397 of file ast.h.

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

void TypeParameterAST::setKind AST::Node kind  ) 
 

Definition at line 1099 of file ast.cpp.

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

Referenced by setKind().

void TypeParameterAST::setName NameAST::Node name  ) 
 

Definition at line 1111 of file ast.cpp.

References m_name, NameAST::Node, and setName().

Referenced by setName().

void TypeParameterAST::setTemplateParameterList std::auto_ptr< class TemplateParameterListAST > &  templateParameterList  ) 
 

void TypeParameterAST::setTypeId AST::Node typeId  ) 
 

Definition at line 1117 of file ast.cpp.

References m_typeId, and setTypeId().

Referenced by setTypeId().

class TemplateParameterListAST* TypeParameterAST::templateParameterList  )  [inline]
 

Definition at line 394 of file ast.h.

AST* TypeParameterAST::typeId  )  [inline]
 

Definition at line 400 of file ast.h.


Member Data Documentation

AST::Node TypeParameterAST::m_kind [private]
 

Definition at line 404 of file ast.h.

Referenced by setKind().

NameAST::Node TypeParameterAST::m_name [private]
 

Definition at line 406 of file ast.h.

Referenced by setName().

std::auto_ptr<class TemplateParameterListAST> TypeParameterAST::m_templateParameterList [private]
 

Definition at line 405 of file ast.h.

AST::Node TypeParameterAST::m_typeId [private]
 

Definition at line 407 of file ast.h.

Referenced by setTypeId().


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:08 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003