#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. | |
Definition at line 1947 of file PSDL_Node.h.
| TAO_PSDL_Const_Type::TAO_PSDL_Const_Type | ( | TAO_PSDL_Node * | type | ) |
****************************************************************
Definition at line 3027 of file PSDL_Node.cpp.
| TAO_PSDL_Const_Type::~TAO_PSDL_Const_Type | ( | void | ) | [virtual] |
Definition at line 3032 of file PSDL_Node.cpp.
References type_.
03033 { 03034 delete this->type_; 03035 }
| int TAO_PSDL_Const_Type::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 3046 of file PSDL_Node.cpp.
References TAO_PSDL_Node_Visitor::visit_const_type().
03047 { 03048 return visitor->visit_const_type (this); 03049 }
| TAO_PSDL_Node * TAO_PSDL_Const_Type::type | ( | void | ) | const |
Get the value.
Definition at line 3039 of file PSDL_Node.cpp.
References type_.
Referenced by TAO_PSDL_Scope_Visitor::visit_const_type(), and Dump_Visitor::visit_const_type().
03040 { 03041 return this->type_; 03042 }
TAO_PSDL_Node* TAO_PSDL_Const_Type::type_ [private] |
The values.
Reimplemented from TAO_PSDL_Node.
Definition at line 1963 of file PSDL_Node.h.
Referenced by type(), and ~TAO_PSDL_Const_Type().
1.4.7