#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Value_Header:
Public Member Functions | |
TAO_PSDL_Value_Header (TAO_PSDL_Node *value_common_base, TAO_PSDL_Node *value_inheritance_spec) | |
**************************************************************** | |
TAO_PSDL_Value_Header (TAO_PSDL_Node *custom, TAO_PSDL_Node *value_common_base, TAO_PSDL_Node *value_inheritance_spec) | |
virtual | ~TAO_PSDL_Value_Header (void) |
TAO_PSDL_Node * | custom (void) const |
Get the value. | |
TAO_PSDL_Node * | value_common_base (void) const |
TAO_PSDL_Node * | value_inheritance_spec (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | custom_ |
The values. | |
TAO_PSDL_Node * | value_common_base_ |
TAO_PSDL_Node * | value_inheritance_spec_ |
TAO_PSDL_Value_Header::TAO_PSDL_Value_Header | ( | TAO_PSDL_Node * | value_common_base, | |
TAO_PSDL_Node * | value_inheritance_spec | |||
) |
****************************************************************
TAO_PSDL_Value_Header::TAO_PSDL_Value_Header | ( | TAO_PSDL_Node * | custom, | |
TAO_PSDL_Node * | value_common_base, | |||
TAO_PSDL_Node * | value_inheritance_spec | |||
) |
TAO_PSDL_Value_Header::~TAO_PSDL_Value_Header | ( | void | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Value_Header::custom | ( | void | ) | const |
Get the value.
TAO_PSDL_Node * TAO_PSDL_Value_Header::value_common_base | ( | void | ) | const |
TAO_PSDL_Node * TAO_PSDL_Value_Header::value_inheritance_spec | ( | void | ) | const |
int TAO_PSDL_Value_Header::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
TAO_PSDL_Node* TAO_PSDL_Value_Header::custom_ [private] |
The values.