TAO_PSDL_Value_Common_Base Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Value_Common_Base:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Value_Common_Base:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Value_Common_Base (TAO_PSDL_Node *identifier)
 ****************************************************************

virtual ~TAO_PSDL_Value_Common_Base (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 2757 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Value_Common_Base::TAO_PSDL_Value_Common_Base TAO_PSDL_Node identifier  ) 
 

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

Definition at line 4323 of file PSDL_Node.cpp.

04324   : identifier_ (identifier)
04325 {
04326 }

TAO_PSDL_Value_Common_Base::~TAO_PSDL_Value_Common_Base void   )  [virtual]
 

Definition at line 4328 of file PSDL_Node.cpp.

04329 {
04330   delete this->identifier_;
04331 }


Member Function Documentation

int TAO_PSDL_Value_Common_Base::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 4342 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_value_common_base().

04343 {
04344   return visitor->visit_value_common_base (this);
04345 }

TAO_PSDL_Node * TAO_PSDL_Value_Common_Base::identifier void   )  const
 

Get the value.

Definition at line 4335 of file PSDL_Node.cpp.

04336 {
04337   return this->identifier_;
04338 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Value_Common_Base::identifier_ [private]
 

The values.

Definition at line 2773 of file PSDL_Node.h.


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