**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Abstract_Storagehome_Body () | |
**************************************************************** | |
TAO_PSDL_Abstract_Storagehome_Body (TAO_PSDL_Node *abs_storagehome_member) | |
TAO_PSDL_Abstract_Storagehome_Body (TAO_PSDL_Node *abs_storagehome_member, TAO_PSDL_Node *abs_storagehome_body) | |
virtual | ~TAO_PSDL_Abstract_Storagehome_Body (void) |
TAO_PSDL_Node * | abs_storagehome_member (void) const |
Get the value. | |
TAO_PSDL_Node * | abs_storagehome_body (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | abs_storagehome_member_ |
The values. | |
TAO_PSDL_Node * | abs_storagehome_body_ |
****************************************************************
Definition at line 534 of file PSDL_Node.h.
TAO_PSDL_Abstract_Storagehome_Body::TAO_PSDL_Abstract_Storagehome_Body | ( | ) |
****************************************************************
Definition at line 742 of file PSDL_Node.cpp.
{ }
TAO_PSDL_Abstract_Storagehome_Body::TAO_PSDL_Abstract_Storagehome_Body | ( | TAO_PSDL_Node * | abs_storagehome_member | ) |
Definition at line 746 of file PSDL_Node.cpp.
: abs_storagehome_member_ (abs_storagehome_member) { }
TAO_PSDL_Abstract_Storagehome_Body::TAO_PSDL_Abstract_Storagehome_Body | ( | TAO_PSDL_Node * | abs_storagehome_member, | |
TAO_PSDL_Node * | abs_storagehome_body | |||
) |
Definition at line 751 of file PSDL_Node.cpp.
: abs_storagehome_member_ (abs_storagehome_member), abs_storagehome_body_ (abs_storagehome_body) { }
TAO_PSDL_Abstract_Storagehome_Body::~TAO_PSDL_Abstract_Storagehome_Body | ( | void | ) | [virtual] |
Definition at line 758 of file PSDL_Node.cpp.
{ delete this->abs_storagehome_member_; if (this->abs_storagehome_body_ != 0) delete this->abs_storagehome_body_; }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Body::abs_storagehome_body | ( | void | ) | const |
Definition at line 775 of file PSDL_Node.cpp.
{ return this->abs_storagehome_body_; }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Body::abs_storagehome_member | ( | void | ) | const |
Get the value.
Definition at line 769 of file PSDL_Node.cpp.
{ return this->abs_storagehome_member_; }
int TAO_PSDL_Abstract_Storagehome_Body::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 782 of file PSDL_Node.cpp.
{ return visitor->visit_abstract_storagehome_body (this); }
Definition at line 557 of file PSDL_Node.h.
The values.
Definition at line 556 of file PSDL_Node.h.