#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Scoped_Name:
Public Member Functions | |
TAO_PSDL_Scoped_Name (TAO_PSDL_Node *identifier) | |
**************************************************************** | |
TAO_PSDL_Scoped_Name (TAO_PSDL_Node *scoped_name, TAO_PSDL_Node *identifier) | |
virtual | ~TAO_PSDL_Scoped_Name (void) |
TAO_PSDL_Node * | identifier (void) const |
Get the value. | |
TAO_PSDL_Node * | scoped_name (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | identifier_ |
The values. | |
TAO_PSDL_Node * | scoped_name_ |
TAO_PSDL_Scoped_Name::TAO_PSDL_Scoped_Name | ( | TAO_PSDL_Node * | identifier | ) |
****************************************************************
TAO_PSDL_Scoped_Name::TAO_PSDL_Scoped_Name | ( | TAO_PSDL_Node * | scoped_name, | |
TAO_PSDL_Node * | identifier | |||
) |
TAO_PSDL_Scoped_Name::~TAO_PSDL_Scoped_Name | ( | void | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Scoped_Name::identifier | ( | void | ) | const |
Get the value.
TAO_PSDL_Node * TAO_PSDL_Scoped_Name::scoped_name | ( | void | ) | const |
int TAO_PSDL_Scoped_Name::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
TAO_PSDL_Node* TAO_PSDL_Scoped_Name::identifier_ [private] |
The values.
TAO_PSDL_Node* TAO_PSDL_Scoped_Name::scoped_name_ [private] |