#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Storagehome_Body:


Public Member Functions | |
| TAO_PSDL_Storagehome_Body () | |
| **************************************************************** | |
| TAO_PSDL_Storagehome_Body (TAO_PSDL_Node *storagehome_member) | |
| TAO_PSDL_Storagehome_Body (TAO_PSDL_Node *storagehome_member, TAO_PSDL_Node *storagehome_body) | |
| virtual | ~TAO_PSDL_Storagehome_Body (void) |
| TAO_PSDL_Node * | storagehome_member (void) const |
| Get the value. | |
| TAO_PSDL_Node * | storagehome_body (void) const |
| int | accept (TAO_PSDL_Node_Visitor *visitor) |
| = The Node methods. | |
Private Attributes | |
| TAO_PSDL_Node * | storagehome_member_ |
| The values. | |
| TAO_PSDL_Node * | storagehome_body_ |
Definition at line 1227 of file PSDL_Node.h.
| TAO_PSDL_Storagehome_Body::TAO_PSDL_Storagehome_Body | ( | ) |
****************************************************************
Definition at line 1830 of file PSDL_Node.cpp.
01831 : storagehome_member_ (0), 01832 storagehome_body_ (0) 01833 { 01834 }
| TAO_PSDL_Storagehome_Body::TAO_PSDL_Storagehome_Body | ( | TAO_PSDL_Node * | storagehome_member | ) |
Definition at line 1836 of file PSDL_Node.cpp.
01838 : storagehome_member_ (storagehome_member), 01839 storagehome_body_ (0) 01840 { 01841 }
| TAO_PSDL_Storagehome_Body::TAO_PSDL_Storagehome_Body | ( | TAO_PSDL_Node * | storagehome_member, | |
| TAO_PSDL_Node * | storagehome_body | |||
| ) |
Definition at line 1843 of file PSDL_Node.cpp.
01846 : storagehome_member_ (storagehome_member), 01847 storagehome_body_ (storagehome_body) 01848 { 01849 }
| TAO_PSDL_Storagehome_Body::~TAO_PSDL_Storagehome_Body | ( | void | ) | [virtual] |
Definition at line 1851 of file PSDL_Node.cpp.
References storagehome_body_, and storagehome_member_.
01852 { 01853 delete this->storagehome_member_; 01854 delete this->storagehome_body_; 01855 }
| int TAO_PSDL_Storagehome_Body::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 1873 of file PSDL_Node.cpp.
References TAO_PSDL_Node_Visitor::visit_storagehome_body().
01874 { 01875 return visitor->visit_storagehome_body (this); 01876 }
| TAO_PSDL_Node * TAO_PSDL_Storagehome_Body::storagehome_body | ( | void | ) | const |
Definition at line 1865 of file PSDL_Node.cpp.
References storagehome_body_.
Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_body(), and Dump_Visitor::visit_storagehome_body().
01866 { 01867 return this->storagehome_body_; 01868 }
| TAO_PSDL_Node * TAO_PSDL_Storagehome_Body::storagehome_member | ( | void | ) | const |
Get the value.
Definition at line 1859 of file PSDL_Node.cpp.
References storagehome_member_.
Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_body(), and Dump_Visitor::visit_storagehome_body().
01860 { 01861 return this->storagehome_member_; 01862 }
Definition at line 1250 of file PSDL_Node.h.
Referenced by storagehome_body(), and ~TAO_PSDL_Storagehome_Body().
The values.
Definition at line 1249 of file PSDL_Node.h.
Referenced by storagehome_member(), and ~TAO_PSDL_Storagehome_Body().
1.4.7