**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Param_Type_Spec (TAO_PSDL_Node *type_of_param) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Param_Type_Spec (void) |
TAO_PSDL_Node * | type_of_param (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | type_of_param_ |
The values. |
****************************************************************
Definition at line 2421 of file PSDL_Node.h.
TAO_PSDL_Param_Type_Spec::TAO_PSDL_Param_Type_Spec | ( | TAO_PSDL_Node * | type_of_param | ) |
****************************************************************
Definition at line 3805 of file PSDL_Node.cpp.
: type_of_param_ (type_of_param) { }
TAO_PSDL_Param_Type_Spec::~TAO_PSDL_Param_Type_Spec | ( | void | ) | [virtual] |
Definition at line 3811 of file PSDL_Node.cpp.
{ delete this->type_of_param_; }
int TAO_PSDL_Param_Type_Spec::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 3825 of file PSDL_Node.cpp.
{ return visitor->visit_param_type_spec (this); }
TAO_PSDL_Node * TAO_PSDL_Param_Type_Spec::type_of_param | ( | void | ) | const |
The values.
Definition at line 2438 of file PSDL_Node.h.