#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Value_Box_Dcl:
Public Methods | |
TAO_PSDL_Value_Box_Dcl (TAO_PSDL_Node *value_common_base, TAO_PSDL_Node *type_spec) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Value_Box_Dcl (void) |
TAO_PSDL_Node * | value_common_base (void) const |
Get the value. | |
TAO_PSDL_Node * | type_spec (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | value_common_base_ |
The values. | |
TAO_PSDL_Node * | type_spec_ |
|
****************************************************************
|
|
|
|
= The Node methods.
Implements TAO_PSDL_Node. |
|
|
|
Get the value.
|
|
|
|
The values.
|