**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Value (TAO_PSDL_Node *type_of_value_dcl) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Value (void) |
TAO_PSDL_Node * | type_of_value_dcl (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | type_of_value_dcl_ |
The values. |
****************************************************************
Definition at line 2736 of file PSDL_Node.h.
TAO_PSDL_Value::TAO_PSDL_Value | ( | TAO_PSDL_Node * | type_of_value_dcl | ) |
****************************************************************
Definition at line 4293 of file PSDL_Node.cpp.
: type_of_value_dcl_ (type_of_value_dcl) { }
TAO_PSDL_Value::~TAO_PSDL_Value | ( | void | ) | [virtual] |
Definition at line 4298 of file PSDL_Node.cpp.
{ delete this->type_of_value_dcl_; }
int TAO_PSDL_Value::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 4312 of file PSDL_Node.cpp.
{ return visitor->visit_value (this); }
TAO_PSDL_Node * TAO_PSDL_Value::type_of_value_dcl | ( | void | ) | const |
TAO_PSDL_Node* TAO_PSDL_Value::type_of_value_dcl_ [private] |
The values.
Definition at line 2752 of file PSDL_Node.h.