**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Abstract_Storagehome (TAO_PSDL_Node *abs_storagehome_dcl) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Abstract_Storagehome (void) |
TAO_PSDL_Node * | abs_storagehome_dcl (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | abs_storagehome_dcl_ |
The values. |
****************************************************************
Definition at line 435 of file PSDL_Node.h.
TAO_PSDL_Abstract_Storagehome::TAO_PSDL_Abstract_Storagehome | ( | TAO_PSDL_Node * | abs_storagehome_dcl | ) |
****************************************************************
Definition at line 596 of file PSDL_Node.cpp.
: abs_storagehome_dcl_ (abs_storagehome_dcl) { }
TAO_PSDL_Abstract_Storagehome::~TAO_PSDL_Abstract_Storagehome | ( | void | ) | [virtual] |
Definition at line 601 of file PSDL_Node.cpp.
{ delete this->abs_storagehome_dcl_; }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome::abs_storagehome_dcl | ( | void | ) | const |
int TAO_PSDL_Abstract_Storagehome::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 615 of file PSDL_Node.cpp.
{ return visitor->visit_abstract_storagehome (this); }
The values.
Definition at line 451 of file PSDL_Node.h.