TAO_PSDL_Abstract_Storagehome_Fwd_Dcl Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Abstract_Storagehome_Fwd_Dcl:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Abstract_Storagehome_Fwd_Dcl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Abstract_Storagehome_Fwd_Dcl (TAO_PSDL_Node *identifier)
 ****************************************************************
virtual ~TAO_PSDL_Abstract_Storagehome_Fwd_Dcl (void)
TAO_PSDL_Nodeidentifier (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodeidentifier_
 The values.

Detailed Description

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

Definition at line 456 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Abstract_Storagehome_Fwd_Dcl::TAO_PSDL_Abstract_Storagehome_Fwd_Dcl ( TAO_PSDL_Node identifier  ) 

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

Definition at line 626 of file PSDL_Node.cpp.

00628   : identifier_ (identifier)
00629 {
00630 }

TAO_PSDL_Abstract_Storagehome_Fwd_Dcl::~TAO_PSDL_Abstract_Storagehome_Fwd_Dcl ( void   )  [virtual]

Definition at line 632 of file PSDL_Node.cpp.

References identifier_.

00633 {
00634   delete this->identifier_;
00635 }


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 646 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_abstract_storagehome_fwd_dcl().

00647 {
00648   return visitor->visit_abstract_storagehome_fwd_dcl (this);
00649 }

TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Fwd_Dcl::identifier ( void   )  const

Get the value.

Definition at line 639 of file PSDL_Node.cpp.

References identifier_.

00640 {
00641   return this->identifier_;
00642 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Abstract_Storagehome_Fwd_Dcl::identifier_ [private]

The values.

Definition at line 472 of file PSDL_Node.h.

Referenced by identifier(), and ~TAO_PSDL_Abstract_Storagehome_Fwd_Dcl().


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