#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Specification:
Public Member Functions | |
TAO_PSDL_Specification (TAO_PSDL_Node *definition) | |
**************************************************************** | |
TAO_PSDL_Specification (TAO_PSDL_Node *definition, TAO_PSDL_Node *specification) | |
virtual | ~TAO_PSDL_Specification (void) |
TAO_PSDL_Node * | definition (void) const |
Get the values. | |
TAO_PSDL_Node * | specification (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | definition_ |
The values. | |
TAO_PSDL_Node * | specification_ |
TAO_PSDL_Specification::TAO_PSDL_Specification | ( | TAO_PSDL_Node * | definition | ) |
****************************************************************
TAO_PSDL_Specification::TAO_PSDL_Specification | ( | TAO_PSDL_Node * | definition, | |
TAO_PSDL_Node * | specification | |||
) |
TAO_PSDL_Specification::~TAO_PSDL_Specification | ( | void | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Specification::definition | ( | void | ) | const |
Get the values.
TAO_PSDL_Node * TAO_PSDL_Specification::specification | ( | void | ) | const |
int TAO_PSDL_Specification::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
TAO_PSDL_Node* TAO_PSDL_Specification::definition_ [private] |
The values.