#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Module:
Public Member Functions | |
TAO_PSDL_Module (int type, TAO_PSDL_Node *identifier, TAO_PSDL_Node *specification) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Module (void) |
TAO_PSDL_Node * | identifier (void) const |
Get the value. | |
TAO_PSDL_Node * | specification (void) const |
void | set_identifier_name (ACE_CString) |
ACE_CString | identifier_name (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | identifier_ |
The values. | |
TAO_PSDL_Node * | specification_ |
ACE_CString | module_name_ |
|
****************************************************************
|
|
|
|
= The Node methods.
Implements TAO_PSDL_Node. |
|
Get the value.
|
|
|
|
|
|
|
|
The values.
|
|
|
|
|