**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Storagehome_Impl_Spec (TAO_PSDL_Node *abstract_storagehome_name) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Storagehome_Impl_Spec (void) |
TAO_PSDL_Node * | abstract_storagehome_name (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | abstract_storagehome_name_ |
The values. |
****************************************************************
Definition at line 1318 of file PSDL_Node.h.
TAO_PSDL_Storagehome_Impl_Spec::TAO_PSDL_Storagehome_Impl_Spec | ( | TAO_PSDL_Node * | abstract_storagehome_name | ) |
****************************************************************
Definition at line 1956 of file PSDL_Node.cpp.
: abstract_storagehome_name_ (abstract_storagehome_name) { }
TAO_PSDL_Storagehome_Impl_Spec::~TAO_PSDL_Storagehome_Impl_Spec | ( | void | ) | [virtual] |
Definition at line 1962 of file PSDL_Node.cpp.
{ delete this->abstract_storagehome_name_; }
TAO_PSDL_Node * TAO_PSDL_Storagehome_Impl_Spec::abstract_storagehome_name | ( | void | ) | const |
Get the value.
Definition at line 1969 of file PSDL_Node.cpp.
{ return this->abstract_storagehome_name_; }
int TAO_PSDL_Storagehome_Impl_Spec::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 1976 of file PSDL_Node.cpp.
{ return visitor->visit_storagehome_impl_spec (this); }
The values.
Definition at line 1334 of file PSDL_Node.h.