#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Abstract_Storagehome:
Public Member Functions | |
TAO_PSDL_Abstract_Storagehome (TAO_PSDL_Node *abs_storagehome_dcl) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Abstract_Storagehome (void) |
TAO_PSDL_Node * | abs_storagehome_dcl (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | abs_storagehome_dcl_ |
The values. |
Definition at line 435 of file PSDL_Node.h.
|
****************************************************************
Definition at line 600 of file PSDL_Node.cpp.
00601 : abs_storagehome_dcl_ (abs_storagehome_dcl) 00602 { 00603 } |
|
Definition at line 605 of file PSDL_Node.cpp. References abs_storagehome_dcl_.
00606 { 00607 delete this->abs_storagehome_dcl_; 00608 } |
|
Get the value.
Definition at line 612 of file PSDL_Node.cpp. References abs_storagehome_dcl_.
00613 { 00614 return this->abs_storagehome_dcl_; 00615 } |
|
= The Node methods.
Implements TAO_PSDL_Node. Definition at line 619 of file PSDL_Node.cpp. References TAO_PSDL_Node_Visitor::visit_abstract_storagehome().
00620 { 00621 return visitor->visit_abstract_storagehome (this); 00622 } |
|
The values.
Definition at line 451 of file PSDL_Node.h. Referenced by abs_storagehome_dcl(), and ~TAO_PSDL_Abstract_Storagehome(). |