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