TAO_PSDL_Abstract_Storagehome_Inh_Spec Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Abstract_Storagehome_Inh_Spec:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Abstract_Storagehome_Inh_Spec:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Abstract_Storagehome_Inh_Spec (TAO_PSDL_Node *abs_storagehome_name)
 ****************************************************************

virtual ~TAO_PSDL_Abstract_Storagehome_Inh_Spec (void)
TAO_PSDL_Nodeabs_storagehome_name (void) const
 Get the value.

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


Private Attributes

TAO_PSDL_Nodeabs_storagehome_name_
 The values.


Detailed Description

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

Definition at line 583 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Abstract_Storagehome_Inh_Spec::TAO_PSDL_Abstract_Storagehome_Inh_Spec TAO_PSDL_Node abs_storagehome_name  ) 
 

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

Definition at line 820 of file PSDL_Node.cpp.

00821   : abs_storagehome_name_ (abs_storagehome_name)
00822 {
00823 }

TAO_PSDL_Abstract_Storagehome_Inh_Spec::~TAO_PSDL_Abstract_Storagehome_Inh_Spec void   )  [virtual]
 

Definition at line 825 of file PSDL_Node.cpp.

References abs_storagehome_name_.

00826 {
00827   delete this->abs_storagehome_name_;
00828 }


Member Function Documentation

TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Inh_Spec::abs_storagehome_name void   )  const
 

Get the value.

Definition at line 832 of file PSDL_Node.cpp.

References abs_storagehome_name_.

00833 {
00834   return this->abs_storagehome_name_;
00835 }

int TAO_PSDL_Abstract_Storagehome_Inh_Spec::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 840 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_abstract_storagehome_inh_spec().

00841 {
00842   return visitor->visit_abstract_storagehome_inh_spec (this);
00843 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Abstract_Storagehome_Inh_Spec::abs_storagehome_name_ [private]
 

The values.

Definition at line 599 of file PSDL_Node.h.

Referenced by abs_storagehome_name(), and ~TAO_PSDL_Abstract_Storagehome_Inh_Spec().


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