**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Storagehome (TAO_PSDL_Node *storagehome_header) | |
**************************************************************** | |
TAO_PSDL_Storagehome (TAO_PSDL_Node *storagehome_header, TAO_PSDL_Node *storagehome_body) | |
virtual | ~TAO_PSDL_Storagehome (void) |
TAO_PSDL_Node * | storagehome_header (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_header_ |
The values. | |
TAO_PSDL_Node * | storagehome_body_ |
****************************************************************
Definition at line 1164 of file PSDL_Node.h.
TAO_PSDL_Storagehome::TAO_PSDL_Storagehome | ( | TAO_PSDL_Node * | storagehome_header | ) |
****************************************************************
Definition at line 1711 of file PSDL_Node.cpp.
: storagehome_header_ (storagehome_header), storagehome_body_ (0) { }
TAO_PSDL_Storagehome::TAO_PSDL_Storagehome | ( | TAO_PSDL_Node * | storagehome_header, | |
TAO_PSDL_Node * | storagehome_body | |||
) |
Definition at line 1717 of file PSDL_Node.cpp.
: storagehome_header_ (storagehome_header), storagehome_body_ (storagehome_body) { }
TAO_PSDL_Storagehome::~TAO_PSDL_Storagehome | ( | void | ) | [virtual] |
Definition at line 1724 of file PSDL_Node.cpp.
{ delete this->storagehome_header_; delete this->storagehome_body_; }
int TAO_PSDL_Storagehome::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 1745 of file PSDL_Node.cpp.
{ return visitor->visit_storagehome (this); }
TAO_PSDL_Node * TAO_PSDL_Storagehome::storagehome_body | ( | void | ) | const |
Definition at line 1738 of file PSDL_Node.cpp.
{ return this->storagehome_body_; }
TAO_PSDL_Node * TAO_PSDL_Storagehome::storagehome_header | ( | void | ) | const |
Definition at line 1185 of file PSDL_Node.h.
The values.
Definition at line 1184 of file PSDL_Node.h.