TAO_PSDL_Storagehome_Member Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Storagehome_Member:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Storagehome_Member:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Storagehome_Member (TAO_PSDL_Node *key_dcl)
 ****************************************************************
virtual ~TAO_PSDL_Storagehome_Member (void)
TAO_PSDL_Nodekey_dcl (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodekey_dcl_
 The values.

Detailed Description

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

Definition at line 1255 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Storagehome_Member::TAO_PSDL_Storagehome_Member ( TAO_PSDL_Node key_dcl  ) 

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

Definition at line 1881 of file PSDL_Node.cpp.

01883   : key_dcl_ (key_dcl)
01884 {
01885 }

TAO_PSDL_Storagehome_Member::~TAO_PSDL_Storagehome_Member ( void   )  [virtual]

Definition at line 1887 of file PSDL_Node.cpp.

References key_dcl_.

01888 {
01889   delete this->key_dcl_;
01890 }


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 1901 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_storagehome_member().

01902 {
01903   return visitor->visit_storagehome_member  (this);
01904 }

TAO_PSDL_Node * TAO_PSDL_Storagehome_Member::key_dcl ( void   )  const

Get the value.

Definition at line 1894 of file PSDL_Node.cpp.

References key_dcl_.

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

01895 {
01896   return this->key_dcl_;
01897 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Storagehome_Member::key_dcl_ [private]

The values.

Definition at line 1271 of file PSDL_Node.h.

Referenced by key_dcl(), and ~TAO_PSDL_Storagehome_Member().


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