#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Storagehome_Scope:
Public Member Functions | |
TAO_PSDL_Storagehome_Scope (TAO_PSDL_Node *storagehome_name) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Storagehome_Scope (void) |
TAO_PSDL_Node * | storagehome_name (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | storagehome_name_ |
The values. |
Definition at line 1071 of file PSDL_Node.h.
|
****************************************************************
Definition at line 1581 of file PSDL_Node.cpp.
01582 : storagehome_name_ (storagehome_name) 01583 { 01584 } |
|
Definition at line 1586 of file PSDL_Node.cpp. References storagehome_name_.
01587 { 01588 delete this->storagehome_name_; 01589 } |
|
= The Node methods.
Implements TAO_PSDL_Node. Definition at line 1601 of file PSDL_Node.cpp. References TAO_PSDL_Node_Visitor::visit_storagehome_scope().
01602 { 01603 return visitor->visit_storagehome_scope (this); 01604 } |
|
Get the value.
Definition at line 1593 of file PSDL_Node.cpp. References storagehome_name_.
01594 { 01595 return this->storagehome_name_; 01596 } |
|
The values.
Definition at line 1087 of file PSDL_Node.h. Referenced by storagehome_name(), and ~TAO_PSDL_Storagehome_Scope(). |