TAO_PSDL_Storagehome_Scope Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Storagehome_Scope:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Storagehome_Scope:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Storagehome_Scope (TAO_PSDL_Node *storagehome_name)
 ****************************************************************
virtual ~TAO_PSDL_Storagehome_Scope (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 1071 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Storagehome_Scope::TAO_PSDL_Storagehome_Scope ( TAO_PSDL_Node storagehome_name  ) 

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

Definition at line 1581 of file PSDL_Node.cpp.

01582   : storagehome_name_ (storagehome_name)
01583 {
01584 }

TAO_PSDL_Storagehome_Scope::~TAO_PSDL_Storagehome_Scope ( void   )  [virtual]

Definition at line 1586 of file PSDL_Node.cpp.

References storagehome_name_.

01587 {
01588   delete this->storagehome_name_;
01589 }


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 1601 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_storagehome_scope().

01602 {
01603   return visitor->visit_storagehome_scope (this);
01604 }

TAO_PSDL_Node * TAO_PSDL_Storagehome_Scope::storagehome_name ( void   )  const

Get the value.

Definition at line 1593 of file PSDL_Node.cpp.

References storagehome_name_.

01594 {
01595   return this->storagehome_name_;
01596 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Storagehome_Scope::storagehome_name_ [private]

The values.

Definition at line 1087 of file PSDL_Node.h.

Referenced by storagehome_name(), and ~TAO_PSDL_Storagehome_Scope().


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