TAO_PSDL_Abstract_Storagehome_Body Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Abstract_Storagehome_Body:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Abstract_Storagehome_Body:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Abstract_Storagehome_Body ()
 ****************************************************************

 TAO_PSDL_Abstract_Storagehome_Body (TAO_PSDL_Node *abs_storagehome_member)
 TAO_PSDL_Abstract_Storagehome_Body (TAO_PSDL_Node *abs_storagehome_member, TAO_PSDL_Node *abs_storagehome_body)
virtual ~TAO_PSDL_Abstract_Storagehome_Body (void)
TAO_PSDL_Nodeabs_storagehome_member (void) const
 Get the value.

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


Private Attributes

TAO_PSDL_Nodeabs_storagehome_member_
 The values.

TAO_PSDL_Nodeabs_storagehome_body_

Detailed Description

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

Definition at line 534 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Abstract_Storagehome_Body::TAO_PSDL_Abstract_Storagehome_Body  ) 
 

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

Definition at line 746 of file PSDL_Node.cpp.

00747 {
00748 }

TAO_PSDL_Abstract_Storagehome_Body::TAO_PSDL_Abstract_Storagehome_Body TAO_PSDL_Node abs_storagehome_member  ) 
 

Definition at line 750 of file PSDL_Node.cpp.

00751   : abs_storagehome_member_ (abs_storagehome_member)
00752 {
00753 }

TAO_PSDL_Abstract_Storagehome_Body::TAO_PSDL_Abstract_Storagehome_Body TAO_PSDL_Node abs_storagehome_member,
TAO_PSDL_Node abs_storagehome_body
 

Definition at line 755 of file PSDL_Node.cpp.

00757   : abs_storagehome_member_ (abs_storagehome_member),
00758     abs_storagehome_body_ (abs_storagehome_body)
00759 {
00760 }

TAO_PSDL_Abstract_Storagehome_Body::~TAO_PSDL_Abstract_Storagehome_Body void   )  [virtual]
 

Definition at line 762 of file PSDL_Node.cpp.

References abs_storagehome_member_.

00763 {
00764   delete this->abs_storagehome_member_;
00765 
00766   if (this->abs_storagehome_body_ != 0)
00767     delete this->abs_storagehome_body_;
00768 }


Member Function Documentation

TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Body::abs_storagehome_body void   )  const
 

Definition at line 779 of file PSDL_Node.cpp.

00780 {
00781   return this->abs_storagehome_body_;
00782 }

TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Body::abs_storagehome_member void   )  const
 

Get the value.

Definition at line 773 of file PSDL_Node.cpp.

References abs_storagehome_member_.

00774 {
00775   return this->abs_storagehome_member_;
00776 }

int TAO_PSDL_Abstract_Storagehome_Body::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 786 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_abstract_storagehome_body().

00787 {
00788   return visitor->visit_abstract_storagehome_body (this);
00789 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Abstract_Storagehome_Body::abs_storagehome_body_ [private]
 

Definition at line 557 of file PSDL_Node.h.

TAO_PSDL_Node* TAO_PSDL_Abstract_Storagehome_Body::abs_storagehome_member_ [private]
 

The values.

Definition at line 556 of file PSDL_Node.h.

Referenced by abs_storagehome_member(), and ~TAO_PSDL_Abstract_Storagehome_Body().


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