#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Value_Dcl:
Public Member Functions | |
TAO_PSDL_Value_Dcl (TAO_PSDL_Node *value_header, TAO_PSDL_Node *value_element) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Value_Dcl (void) |
TAO_PSDL_Node * | value_header (void) const |
Get the value. | |
TAO_PSDL_Node * | value_element (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | value_header_ |
The values. | |
TAO_PSDL_Node * | value_element_ |
TAO_PSDL_Value_Dcl::TAO_PSDL_Value_Dcl | ( | TAO_PSDL_Node * | value_header, | |
TAO_PSDL_Node * | value_element | |||
) |
****************************************************************
TAO_PSDL_Value_Dcl::~TAO_PSDL_Value_Dcl | ( | void | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Value_Dcl::value_header | ( | void | ) | const |
Get the value.
TAO_PSDL_Node * TAO_PSDL_Value_Dcl::value_element | ( | void | ) | const |
int TAO_PSDL_Value_Dcl::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
TAO_PSDL_Node* TAO_PSDL_Value_Dcl::value_header_ [private] |
The values.
TAO_PSDL_Node* TAO_PSDL_Value_Dcl::value_element_ [private] |