TAO_PSDL_Abstract_Storagehome Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Abstract_Storagehome:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Abstract_Storagehome:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Abstract_Storagehome (TAO_PSDL_Node *abs_storagehome_dcl)
 ****************************************************************
virtual ~TAO_PSDL_Abstract_Storagehome (void)
TAO_PSDL_Nodeabs_storagehome_dcl (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodeabs_storagehome_dcl_
 The values.

Detailed Description

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

Definition at line 435 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Abstract_Storagehome::TAO_PSDL_Abstract_Storagehome ( TAO_PSDL_Node abs_storagehome_dcl  ) 

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

Definition at line 600 of file PSDL_Node.cpp.

00601   : abs_storagehome_dcl_ (abs_storagehome_dcl)
00602 {
00603 }

TAO_PSDL_Abstract_Storagehome::~TAO_PSDL_Abstract_Storagehome ( void   )  [virtual]

Definition at line 605 of file PSDL_Node.cpp.

References abs_storagehome_dcl_.

00606 {
00607   delete this->abs_storagehome_dcl_;
00608 }


Member Function Documentation

TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome::abs_storagehome_dcl ( void   )  const

Get the value.

Definition at line 612 of file PSDL_Node.cpp.

References abs_storagehome_dcl_.

00613 {
00614   return this->abs_storagehome_dcl_;
00615 }

int TAO_PSDL_Abstract_Storagehome::accept ( TAO_PSDL_Node_Visitor visitor  )  [virtual]

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 619 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_abstract_storagehome().

00620 {
00621   return visitor->visit_abstract_storagehome (this);
00622 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Abstract_Storagehome::abs_storagehome_dcl_ [private]

The values.

Definition at line 451 of file PSDL_Node.h.

Referenced by abs_storagehome_dcl(), and ~TAO_PSDL_Abstract_Storagehome().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:50:20 2010 for TAO_PSS by  doxygen 1.4.7