#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Specification:
Public Methods | |
TAO_PSDL_Specification (TAO_PSDL_Node *definition) | |
****************************************************************. More... | |
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. More... | |
TAO_PSDL_Node * | specification (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. More... | |
Private Attributes | |
TAO_PSDL_Node * | definition_ |
The values. More... | |
TAO_PSDL_Node * | specification_ |
|
****************************************************************.
|
|
|
|
|
|
= The Node methods.
Reimplemented from TAO_PSDL_Node. |
|
Get the values.
|
|
|
|
The values.
|
|
|