#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Value_Box_Dcl:
Public Member Functions | |
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_ |
TAO_PSDL_Value_Box_Dcl::TAO_PSDL_Value_Box_Dcl | ( | TAO_PSDL_Node * | value_common_base, | |
TAO_PSDL_Node * | type_spec | |||
) |
****************************************************************
TAO_PSDL_Value_Box_Dcl::~TAO_PSDL_Value_Box_Dcl | ( | void | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Value_Box_Dcl::value_common_base | ( | void | ) | const |
Get the value.
TAO_PSDL_Node * TAO_PSDL_Value_Box_Dcl::type_spec | ( | void | ) | const |
int TAO_PSDL_Value_Box_Dcl::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
The values.
TAO_PSDL_Node* TAO_PSDL_Value_Box_Dcl::type_spec_ [private] |