#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Value_Inheritance_Spec:
Public Member Functions | |
TAO_PSDL_Value_Inheritance_Spec (TAO_PSDL_Node *interface_name) | |
**************************************************************** | |
TAO_PSDL_Value_Inheritance_Spec (TAO_PSDL_Node *value_name, TAO_PSDL_Node *interface_name) | |
TAO_PSDL_Value_Inheritance_Spec (TAO_PSDL_Node *truncatable, TAO_PSDL_Node *value_name, TAO_PSDL_Node *interface_name) | |
virtual | ~TAO_PSDL_Value_Inheritance_Spec (void) |
TAO_PSDL_Node * | truncatable (void) const |
Get the value. | |
TAO_PSDL_Node * | value_name (void) const |
TAO_PSDL_Node * | interface_name (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | truncatable_ |
The values. | |
TAO_PSDL_Node * | value_name_ |
TAO_PSDL_Node * | interface_name_ |
TAO_PSDL_Value_Inheritance_Spec::TAO_PSDL_Value_Inheritance_Spec | ( | TAO_PSDL_Node * | interface_name | ) |
****************************************************************
TAO_PSDL_Value_Inheritance_Spec::TAO_PSDL_Value_Inheritance_Spec | ( | TAO_PSDL_Node * | value_name, | |
TAO_PSDL_Node * | interface_name | |||
) |
TAO_PSDL_Value_Inheritance_Spec::TAO_PSDL_Value_Inheritance_Spec | ( | TAO_PSDL_Node * | truncatable, | |
TAO_PSDL_Node * | value_name, | |||
TAO_PSDL_Node * | interface_name | |||
) |
TAO_PSDL_Value_Inheritance_Spec::~TAO_PSDL_Value_Inheritance_Spec | ( | void | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Value_Inheritance_Spec::truncatable | ( | void | ) | const |
Get the value.
TAO_PSDL_Node * TAO_PSDL_Value_Inheritance_Spec::value_name | ( | void | ) | const |
TAO_PSDL_Node * TAO_PSDL_Value_Inheritance_Spec::interface_name | ( | void | ) | const |
int TAO_PSDL_Value_Inheritance_Spec::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
The values.