#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Abstract_Storagetype (TAO_PSDL_Node *storagetype_dcl) | |
*************************************************************** | |
virtual | ~TAO_PSDL_Abstract_Storagetype (void) |
TAO_PSDL_Node * | storagetype_dcl (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | storagetype_dcl_ |
The values. |
Definition at line 176 of file PSDL_Node.h.
TAO_PSDL_Abstract_Storagetype::TAO_PSDL_Abstract_Storagetype | ( | TAO_PSDL_Node * | storagetype_dcl | ) |
***************************************************************
Definition at line 221 of file PSDL_Node.cpp.
: storagetype_dcl_ (storagetype_dcl) { }
TAO_PSDL_Abstract_Storagetype::~TAO_PSDL_Abstract_Storagetype | ( | void | ) | [virtual] |
Definition at line 226 of file PSDL_Node.cpp.
{ delete this->storagetype_dcl_; }
int TAO_PSDL_Abstract_Storagetype::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 238 of file PSDL_Node.cpp.
{ return visitor->visit_abstract_storagetype (this); }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagetype::storagetype_dcl | ( | void | ) | const |
The values.
Definition at line 192 of file PSDL_Node.h.