TAO_PSDL_Storagehome_Body Class Reference

**************************************************************** More...

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Storagehome_Body:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Storagehome_Body:

Collaboration graph
[legend]
List of all members.

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_Nodestoragehome_member (void) const
 Get the value.

TAO_PSDL_Nodestoragehome_body (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.


Private Attributes

TAO_PSDL_Nodestoragehome_member_
 The values.

TAO_PSDL_Nodestoragehome_body_

Detailed Description

****************************************************************

Definition at line 1227 of file PSDL_Node.h.


Constructor & Destructor Documentation

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_member_.

01852 {
01853   delete this->storagehome_member_;
01854   delete this->storagehome_body_;
01855 }


Member Function Documentation

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.

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 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Storagehome_Body::storagehome_body_ [private]
 

Definition at line 1250 of file PSDL_Node.h.

TAO_PSDL_Node* TAO_PSDL_Storagehome_Body::storagehome_member_ [private]
 

The values.

Definition at line 1249 of file PSDL_Node.h.

Referenced by storagehome_member(), and ~TAO_PSDL_Storagehome_Body().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 14:10:09 2006 for TAO_PSS by doxygen 1.3.6