#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Storagehome_Header:
Public Member Functions | |
TAO_PSDL_Storagehome_Header (TAO_PSDL_Node *identifier, TAO_PSDL_Node *storagetype_name, TAO_PSDL_Node *storagehome_inh_spec, TAO_PSDL_Node *storagehome_impl_spec) | |
**************************************************************** | |
TAO_PSDL_Storagehome_Header (TAO_PSDL_Node *identifier, TAO_PSDL_Node *storagetype_name, TAO_PSDL_Node *storagehome_inh_spec) | |
TAO_PSDL_Storagehome_Header (TAO_PSDL_Node *identifier, TAO_PSDL_Node *storagetype_name) | |
virtual | ~TAO_PSDL_Storagehome_Header (void) |
TAO_PSDL_Node * | identifier (void) const |
Get the value. | |
TAO_PSDL_Node * | storagetype_name (void) const |
TAO_PSDL_Node * | storagehome_inh_spec (void) const |
TAO_PSDL_Node * | storagehome_impl_spec (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | identifier_ |
The values. | |
TAO_PSDL_Node * | storagetype_name_ |
TAO_PSDL_Node * | storagehome_inh_spec_ |
TAO_PSDL_Node * | storagehome_impl_spec_ |
Definition at line 1190 of file PSDL_Node.h.
|
****************************************************************
Definition at line 1755 of file PSDL_Node.cpp.
01760 : identifier_ (identifier), 01761 storagetype_name_ (storagetype_name), 01762 storagehome_inh_spec_ (storagehome_inh_spec), 01763 storagehome_impl_spec_ (storagehome_impl_spec) 01764 { 01765 } |
|
Definition at line 1767 of file PSDL_Node.cpp.
01771 : identifier_ (identifier), 01772 storagetype_name_ (storagetype_name), 01773 storagehome_inh_spec_ (storagehome_inh_spec), 01774 storagehome_impl_spec_ (0) 01775 { 01776 } |
|
Definition at line 1778 of file PSDL_Node.cpp.
01781 : identifier_ (identifier), 01782 storagetype_name_ (storagetype_name), 01783 storagehome_inh_spec_ (0), 01784 storagehome_impl_spec_ (0) 01785 { 01786 } |
|
Definition at line 1788 of file PSDL_Node.cpp. References storagehome_impl_spec_, and storagehome_inh_spec_.
01789 { 01790 delete this->identifier_; 01791 delete this->storagetype_name_; 01792 delete this->storagehome_inh_spec_; 01793 delete this->storagehome_impl_spec_; 01794 } |
|
= The Node methods.
Implements TAO_PSDL_Node. Definition at line 1823 of file PSDL_Node.cpp. References TAO_PSDL_Node_Visitor::visit_storagehome_header().
01824 { 01825 return visitor->visit_storagehome_header (this); 01826 } |
|
Get the value.
Definition at line 1798 of file PSDL_Node.cpp. Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_header(), and Dump_Visitor::visit_storagehome_header().
01799 { 01800 return this->identifier_; 01801 } |
|
Definition at line 1816 of file PSDL_Node.cpp. References storagehome_impl_spec_. Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_header(), and Dump_Visitor::visit_storagehome_header().
01817 { 01818 return this->storagehome_impl_spec_; 01819 } |
|
Definition at line 1810 of file PSDL_Node.cpp. References storagehome_inh_spec_. Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_header(), and Dump_Visitor::visit_storagehome_header().
01811 { 01812 return this->storagehome_inh_spec_; 01813 } |
|
Definition at line 1804 of file PSDL_Node.cpp. Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_header(), and Dump_Visitor::visit_storagehome_header().
01805 { 01806 return this->storagetype_name_; 01807 } |
|
The values.
Definition at line 1219 of file PSDL_Node.h. |
|
Definition at line 1222 of file PSDL_Node.h. Referenced by storagehome_impl_spec(), and ~TAO_PSDL_Storagehome_Header(). |
|
Definition at line 1221 of file PSDL_Node.h. Referenced by storagehome_inh_spec(), and ~TAO_PSDL_Storagehome_Header(). |
|
Definition at line 1220 of file PSDL_Node.h. |