TAO_PSDL_Storagehome_Inh_Spec Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Storagehome_Inh_Spec:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Storagehome_Inh_Spec:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Storagehome_Inh_Spec (TAO_PSDL_Node *storagehome_name)
 ****************************************************************

virtual ~TAO_PSDL_Storagehome_Inh_Spec (void)
TAO_PSDL_Nodestoragehome_name (void) const
 Get the value.

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


Private Attributes

TAO_PSDL_Nodestoragehome_name_
 The values.


Detailed Description

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

Definition at line 1276 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Storagehome_Inh_Spec::TAO_PSDL_Storagehome_Inh_Spec TAO_PSDL_Node storagehome_name  ) 
 

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

Definition at line 1908 of file PSDL_Node.cpp.

01909   : storagehome_name_ (storagehome_name)
01910 {
01911 }

TAO_PSDL_Storagehome_Inh_Spec::~TAO_PSDL_Storagehome_Inh_Spec void   )  [virtual]
 

Definition at line 1913 of file PSDL_Node.cpp.

01914 {
01915   delete this->storagehome_name_;
01916 }


Member Function Documentation

int TAO_PSDL_Storagehome_Inh_Spec::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 1927 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_storagehome_inh_spec().

01928 {
01929   return visitor->visit_storagehome_inh_spec  (this);
01930 }

TAO_PSDL_Node * TAO_PSDL_Storagehome_Inh_Spec::storagehome_name void   )  const
 

Get the value.

Definition at line 1920 of file PSDL_Node.cpp.

Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_inh_spec(), and Dump_Visitor::visit_storagehome_inh_spec().

01921 {
01922   return this->storagehome_name_;
01923 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Storagehome_Inh_Spec::storagehome_name_ [private]
 

The values.

Definition at line 1292 of file PSDL_Node.h.


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