TAO_PSDL_Storagehome_Impl_Spec Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Storagehome_Impl_Spec:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Storagehome_Impl_Spec:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Storagehome_Impl_Spec (TAO_PSDL_Node *abstract_storagehome_name)
 ****************************************************************
virtual ~TAO_PSDL_Storagehome_Impl_Spec (void)
TAO_PSDL_Nodeabstract_storagehome_name (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodeabstract_storagehome_name_
 The values.

Detailed Description

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

Definition at line 1318 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Storagehome_Impl_Spec::TAO_PSDL_Storagehome_Impl_Spec ( TAO_PSDL_Node abstract_storagehome_name  ) 

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

Definition at line 1960 of file PSDL_Node.cpp.

TAO_PSDL_Storagehome_Impl_Spec::~TAO_PSDL_Storagehome_Impl_Spec ( void   )  [virtual]

Definition at line 1966 of file PSDL_Node.cpp.

References abstract_storagehome_name_.

01967 {
01968   delete this->abstract_storagehome_name_;
01969 }


Member Function Documentation

TAO_PSDL_Node * TAO_PSDL_Storagehome_Impl_Spec::abstract_storagehome_name ( void   )  const

Get the value.

Definition at line 1973 of file PSDL_Node.cpp.

References abstract_storagehome_name_.

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

01974 {
01975   return this->abstract_storagehome_name_;
01976 }

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 1980 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_storagehome_impl_spec().

01981 {
01982   return visitor->visit_storagehome_impl_spec (this);
01983 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Storagehome_Impl_Spec::abstract_storagehome_name_ [private]

The values.

Definition at line 1334 of file PSDL_Node.h.

Referenced by abstract_storagehome_name(), and ~TAO_PSDL_Storagehome_Impl_Spec().


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