**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Storagehome_Scope (TAO_PSDL_Node *storagehome_name) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Storagehome_Scope (void) |
TAO_PSDL_Node * | storagehome_name (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | storagehome_name_ |
The values. |
****************************************************************
Definition at line 1071 of file PSDL_Node.h.
TAO_PSDL_Storagehome_Scope::TAO_PSDL_Storagehome_Scope | ( | TAO_PSDL_Node * | storagehome_name | ) |
****************************************************************
Definition at line 1577 of file PSDL_Node.cpp.
: storagehome_name_ (storagehome_name) { }
TAO_PSDL_Storagehome_Scope::~TAO_PSDL_Storagehome_Scope | ( | void | ) | [virtual] |
Definition at line 1582 of file PSDL_Node.cpp.
{ delete this->storagehome_name_; }
int TAO_PSDL_Storagehome_Scope::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 1597 of file PSDL_Node.cpp.
{ return visitor->visit_storagehome_scope (this); }
TAO_PSDL_Node * TAO_PSDL_Storagehome_Scope::storagehome_name | ( | void | ) | const |
The values.
Definition at line 1087 of file PSDL_Node.h.