#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Predefined_Type:
Public Member Functions | |
TAO_PSDL_Predefined_Type (int type_one) | |
**************************************************************** | |
TAO_PSDL_Predefined_Type (int type_one, int type_two) | |
TAO_PSDL_Predefined_Type (int type_one, int type_two, int type_three) | |
TAO_PSDL_Predefined_Type (int type_one, TAO_PSDL_Node *type_of_variable_one) | |
TAO_PSDL_Predefined_Type (TAO_PSDL_Node *type_of_variable_one) | |
TAO_PSDL_Predefined_Type (int type_one, TAO_PSDL_Node *type_of_variable_one, TAO_PSDL_Node *type_of_variable_two) | |
TAO_PSDL_Predefined_Type (TAO_PSDL_Node *type_of_variable_one, TAO_PSDL_Node *type_of_variable_two) | |
TAO_PSDL_Predefined_Type (TAO_PSDL_Node *type_of_variable_one, TAO_PSDL_Node *type_of_variable_two, TAO_PSDL_Node *type_of_variable_three) | |
virtual | ~TAO_PSDL_Predefined_Type (void) |
int | type_one (void) const |
Get the value. | |
int | type_two (void) const |
int | type_three (void) const |
TAO_PSDL_Node * | type_of_variable_one (void) const |
TAO_PSDL_Node * | type_of_variable_two (void) const |
TAO_PSDL_Node * | type_of_variable_three (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
int | type_one_ |
The values. | |
int | type_two_ |
int | type_three_ |
TAO_PSDL_Node * | type_of_variable_one_ |
TAO_PSDL_Node * | type_of_variable_two_ |
TAO_PSDL_Node * | type_of_variable_three_ |
|
****************************************************************
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
= The Node methods.
Implements TAO_PSDL_Node. |
|
|
|
|
|
|
|
Get the value.
|
|
|
|
|
|
|
|
|
|
|
|
The values.
|
|
|
|
|