**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Storagehome_Inh_Spec (TAO_PSDL_Node *storagehome_name) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Storagehome_Inh_Spec (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 1276 of file PSDL_Node.h.
TAO_PSDL_Storagehome_Inh_Spec::TAO_PSDL_Storagehome_Inh_Spec | ( | TAO_PSDL_Node * | storagehome_name | ) |
****************************************************************
Definition at line 1904 of file PSDL_Node.cpp.
: storagehome_name_ (storagehome_name) { }
TAO_PSDL_Storagehome_Inh_Spec::~TAO_PSDL_Storagehome_Inh_Spec | ( | void | ) | [virtual] |
Definition at line 1909 of file PSDL_Node.cpp.
{ delete this->storagehome_name_; }
int TAO_PSDL_Storagehome_Inh_Spec::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 1923 of file PSDL_Node.cpp.
{ return visitor->visit_storagehome_inh_spec (this); }
TAO_PSDL_Node * TAO_PSDL_Storagehome_Inh_Spec::storagehome_name | ( | void | ) | const |
The values.
Definition at line 1292 of file PSDL_Node.h.