KDevelop API Documentation

TemplateArgumentListAST Class Reference

#include <ast.h>

Inheritance diagram for TemplateArgumentListAST:

AST List of all members.

Public Types

typedef std::auto_ptr< TemplateArgumentListASTNode
enum  { Type = NodeType_TemplateArgumentList }

Public Member Functions

 TemplateArgumentListAST ()
void addArgument (AST::Node &arg)
QPtrList< ASTargumentList ()
virtual QString text () const

Private Member Functions

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

Private Attributes

QPtrList< ASTm_argumentList

Member Typedef Documentation

typedef std::auto_ptr<TemplateArgumentListAST> TemplateArgumentListAST::Node
 

Reimplemented from AST.

Definition at line 299 of file ast.h.

Referenced by Parser::parseTemplateArgumentList(), and ClassOrNamespaceNameAST::setTemplateArgumentList().


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 300 of file ast.h.


Constructor & Destructor Documentation

TemplateArgumentListAST::TemplateArgumentListAST  ) 
 

Definition at line 395 of file ast.cpp.

References m_argumentList.

TemplateArgumentListAST::TemplateArgumentListAST const TemplateArgumentListAST source  )  [private]
 


Member Function Documentation

void TemplateArgumentListAST::addArgument AST::Node arg  ) 
 

Definition at line 400 of file ast.cpp.

References addArgument(), m_argumentList, and AST::Node.

Referenced by addArgument().

QPtrList<AST> TemplateArgumentListAST::argumentList  )  [inline]
 

Definition at line 308 of file ast.h.

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

QString TemplateArgumentListAST::text  )  const [virtual]
 

Reimplemented from AST.

Definition at line 409 of file ast.cpp.

References m_argumentList.


Member Data Documentation

QPtrList<AST> TemplateArgumentListAST::m_argumentList [private]
 

Definition at line 313 of file ast.h.

Referenced by addArgument(), TemplateArgumentListAST(), 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 Wed Oct 6 17:39:30 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003