#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Abstract_Storagetype_Inh_Spec (TAO_PSDL_Node *abs_storagetype_name) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Abstract_Storagetype_Inh_Spec (void) |
TAO_PSDL_Node * | abs_storagetype_name (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | abs_storagetype_name_ |
The values. |
Definition at line 314 of file PSDL_Node.h.
TAO_PSDL_Abstract_Storagetype_Inh_Spec::TAO_PSDL_Abstract_Storagetype_Inh_Spec | ( | TAO_PSDL_Node * | abs_storagetype_name | ) |
****************************************************************
Definition at line 414 of file PSDL_Node.cpp.
: abs_storagetype_name_ (abs_storagetype_name) { }
TAO_PSDL_Abstract_Storagetype_Inh_Spec::~TAO_PSDL_Abstract_Storagetype_Inh_Spec | ( | void | ) | [virtual] |
Definition at line 419 of file PSDL_Node.cpp.
{ delete this->abs_storagetype_name_; }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagetype_Inh_Spec::abs_storagetype_name | ( | void | ) | const |
Get the value.
Definition at line 425 of file PSDL_Node.cpp.
{ return this->abs_storagetype_name_; }
int TAO_PSDL_Abstract_Storagetype_Inh_Spec::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 431 of file PSDL_Node.cpp.
{ return visitor->visit_abstract_storagetype_inh_spec (this); }
The values.
Definition at line 329 of file PSDL_Node.h.