**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Abstract_Storagehome_Dcl (TAO_PSDL_Node *abs_storagehome_header) | |
**************************************************************** | |
TAO_PSDL_Abstract_Storagehome_Dcl (TAO_PSDL_Node *abs_storagehome_header, TAO_PSDL_Node *abs_storagehome_body) | |
virtual | ~TAO_PSDL_Abstract_Storagehome_Dcl (void) |
TAO_PSDL_Node * | abs_storagehome_header (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_header_ |
The values. | |
TAO_PSDL_Node * | abs_storagehome_body_ |
****************************************************************
Definition at line 477 of file PSDL_Node.h.
TAO_PSDL_Abstract_Storagehome_Dcl::TAO_PSDL_Abstract_Storagehome_Dcl | ( | TAO_PSDL_Node * | abs_storagehome_header | ) |
****************************************************************
Definition at line 649 of file PSDL_Node.cpp.
: abs_storagehome_header_ (abs_storagehome_header), abs_storagehome_body_ (0) { }
TAO_PSDL_Abstract_Storagehome_Dcl::TAO_PSDL_Abstract_Storagehome_Dcl | ( | TAO_PSDL_Node * | abs_storagehome_header, | |
TAO_PSDL_Node * | abs_storagehome_body | |||
) |
Definition at line 655 of file PSDL_Node.cpp.
: abs_storagehome_header_ (abs_storagehome_header), abs_storagehome_body_ (abs_storagehome_body) { }
TAO_PSDL_Abstract_Storagehome_Dcl::~TAO_PSDL_Abstract_Storagehome_Dcl | ( | void | ) | [virtual] |
Definition at line 662 of file PSDL_Node.cpp.
{ delete this->abs_storagehome_header_; delete this->abs_storagehome_body_; }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Dcl::abs_storagehome_body | ( | void | ) | const |
Definition at line 677 of file PSDL_Node.cpp.
{ return this->abs_storagehome_body_; }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Dcl::abs_storagehome_header | ( | void | ) | const |
Get the value.
Definition at line 671 of file PSDL_Node.cpp.
{ return this->abs_storagehome_header_; }
int TAO_PSDL_Abstract_Storagehome_Dcl::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 684 of file PSDL_Node.cpp.
{ return visitor->visit_abstract_storagehome_dcl (this); }
Definition at line 498 of file PSDL_Node.h.
The values.
Definition at line 497 of file PSDL_Node.h.