KDevelop API Documentation

NamespaceAliasAST Class Reference

#include <ast.h>

Inheritance diagram for NamespaceAliasAST:

Inheritance graph
[legend]
Collaboration diagram for NamespaceAliasAST:

Collaboration graph
[legend]
List of all members.

Public Types

typedef std::auto_ptr< NamespaceAliasASTNode
enum  { Type = NodeType_NamespaceAlias }

Public Member Functions

 NamespaceAliasAST ()
ASTnamespaceName ()
void setNamespaceName (AST::Node &name)
NameASTaliasName ()
void setAliasName (NameAST::Node &name)

Private Member Functions

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

Private Attributes

AST::Node m_namespaceName
NameAST::Node m_aliasName

Member Typedef Documentation

typedef std::auto_ptr<NamespaceAliasAST> NamespaceAliasAST::Node
 

Reimplemented from DeclarationAST.

Definition at line 726 of file ast.h.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
Type 

Definition at line 727 of file ast.h.


Constructor & Destructor Documentation

NamespaceAliasAST::NamespaceAliasAST  ) 
 

Definition at line 328 of file ast.cpp.

NamespaceAliasAST::NamespaceAliasAST const NamespaceAliasAST source  )  [private]
 


Member Function Documentation

NameAST* NamespaceAliasAST::aliasName  )  [inline]
 

Definition at line 737 of file ast.h.

AST* NamespaceAliasAST::namespaceName  )  [inline]
 

Definition at line 734 of file ast.h.

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

void NamespaceAliasAST::setAliasName NameAST::Node name  ) 
 

Definition at line 338 of file ast.cpp.

References m_aliasName.

void NamespaceAliasAST::setNamespaceName AST::Node name  ) 
 

Definition at line 332 of file ast.cpp.

References m_namespaceName.


Member Data Documentation

NameAST::Node NamespaceAliasAST::m_aliasName [private]
 

Definition at line 742 of file ast.h.

Referenced by setAliasName().

AST::Node NamespaceAliasAST::m_namespaceName [private]
 

Definition at line 741 of file ast.h.

Referenced by setNamespaceName().


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