**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Storagehome_Body () | |
**************************************************************** | |
TAO_PSDL_Storagehome_Body (TAO_PSDL_Node *storagehome_member) | |
TAO_PSDL_Storagehome_Body (TAO_PSDL_Node *storagehome_member, TAO_PSDL_Node *storagehome_body) | |
virtual | ~TAO_PSDL_Storagehome_Body (void) |
TAO_PSDL_Node * | storagehome_member (void) const |
Get the value. | |
TAO_PSDL_Node * | storagehome_body (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | storagehome_member_ |
The values. | |
TAO_PSDL_Node * | storagehome_body_ |
****************************************************************
Definition at line 1227 of file PSDL_Node.h.
TAO_PSDL_Storagehome_Body::TAO_PSDL_Storagehome_Body | ( | ) |
****************************************************************
Definition at line 1826 of file PSDL_Node.cpp.
: storagehome_member_ (0), storagehome_body_ (0) { }
TAO_PSDL_Storagehome_Body::TAO_PSDL_Storagehome_Body | ( | TAO_PSDL_Node * | storagehome_member | ) |
Definition at line 1832 of file PSDL_Node.cpp.
: storagehome_member_ (storagehome_member), storagehome_body_ (0) { }
TAO_PSDL_Storagehome_Body::TAO_PSDL_Storagehome_Body | ( | TAO_PSDL_Node * | storagehome_member, | |
TAO_PSDL_Node * | storagehome_body | |||
) |
Definition at line 1839 of file PSDL_Node.cpp.
: storagehome_member_ (storagehome_member), storagehome_body_ (storagehome_body) { }
TAO_PSDL_Storagehome_Body::~TAO_PSDL_Storagehome_Body | ( | void | ) | [virtual] |
Definition at line 1847 of file PSDL_Node.cpp.
{ delete this->storagehome_member_; delete this->storagehome_body_; }
int TAO_PSDL_Storagehome_Body::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 1869 of file PSDL_Node.cpp.
{ return visitor->visit_storagehome_body (this); }
TAO_PSDL_Node * TAO_PSDL_Storagehome_Body::storagehome_body | ( | void | ) | const |
Definition at line 1861 of file PSDL_Node.cpp.
{ return this->storagehome_body_; }
TAO_PSDL_Node * TAO_PSDL_Storagehome_Body::storagehome_member | ( | void | ) | const |
Definition at line 1250 of file PSDL_Node.h.
The values.
Definition at line 1249 of file PSDL_Node.h.