TAO_PSDL_Storagehome_Name Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Storagehome_Name:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Storagehome_Name:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Storagehome_Name (TAO_PSDL_Node *scoped_name)
 ****************************************************************

virtual ~TAO_PSDL_Storagehome_Name (void)
TAO_PSDL_Nodescoped_name (void) const
 Get the value.

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


Private Attributes

TAO_PSDL_Nodescoped_name_
 The values.


Detailed Description

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

Definition at line 1297 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Storagehome_Name::TAO_PSDL_Storagehome_Name TAO_PSDL_Node scoped_name  ) 
 

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

Definition at line 1934 of file PSDL_Node.cpp.

01935   : scoped_name_ (scoped_name)
01936 {
01937 }

TAO_PSDL_Storagehome_Name::~TAO_PSDL_Storagehome_Name void   )  [virtual]
 

Definition at line 1939 of file PSDL_Node.cpp.

01940 {
01941   delete this->scoped_name_;
01942 }


Member Function Documentation

int TAO_PSDL_Storagehome_Name::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 1953 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_storagehome_name().

01954 {
01955   return visitor->visit_storagehome_name (this);
01956 }

TAO_PSDL_Node * TAO_PSDL_Storagehome_Name::scoped_name void   )  const
 

Get the value.

Definition at line 1946 of file PSDL_Node.cpp.

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

01947 {
01948   return this->scoped_name_;
01949 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Storagehome_Name::scoped_name_ [private]
 

The values.

Definition at line 1313 of file PSDL_Node.h.


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