#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Storagehome_Inh_Spec:
Public Member Functions | |
TAO_PSDL_Storagehome_Inh_Spec (TAO_PSDL_Node *storagehome_name) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Storagehome_Inh_Spec (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 1276 of file PSDL_Node.h.
|
****************************************************************
Definition at line 1908 of file PSDL_Node.cpp.
01909 : storagehome_name_ (storagehome_name) 01910 { 01911 } |
|
Definition at line 1913 of file PSDL_Node.cpp.
01914 { 01915 delete this->storagehome_name_; 01916 } |
|
= The Node methods.
Implements TAO_PSDL_Node. Definition at line 1927 of file PSDL_Node.cpp. References TAO_PSDL_Node_Visitor::visit_storagehome_inh_spec().
01928 { 01929 return visitor->visit_storagehome_inh_spec (this); 01930 } |
|
Get the value.
Definition at line 1920 of file PSDL_Node.cpp. Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_inh_spec(), and Dump_Visitor::visit_storagehome_inh_spec().
01921 { 01922 return this->storagehome_name_; 01923 } |
|
The values.
Definition at line 1292 of file PSDL_Node.h. |