TAO_PSDL_Value_Element Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Value_Element:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Value_Element:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Value_Element (TAO_PSDL_Node *type_of_element)
 type_of_element can be export | state_member | init_dcl

virtual ~TAO_PSDL_Value_Element (void)
TAO_PSDL_Nodetype_of_element (void) const
 Get the value.

int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.


Private Attributes

TAO_PSDL_Nodetype_of_element_
 The values.


Detailed Description

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

Definition at line 2985 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Value_Element::TAO_PSDL_Value_Element TAO_PSDL_Node type_of_element  ) 
 

type_of_element can be export | state_member | init_dcl

Definition at line 4688 of file PSDL_Node.cpp.

04690   : type_of_element_ (type_of_element)
04691 {
04692 }

TAO_PSDL_Value_Element::~TAO_PSDL_Value_Element void   )  [virtual]
 

Definition at line 4694 of file PSDL_Node.cpp.

References type_of_element_.

04695 {
04696   delete this->type_of_element_;
04697 }


Member Function Documentation

int TAO_PSDL_Value_Element::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 4708 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_value_element().

04709 {
04710   return visitor->visit_value_element (this);
04711 }

TAO_PSDL_Node * TAO_PSDL_Value_Element::type_of_element void   )  const
 

Get the value.

Definition at line 4701 of file PSDL_Node.cpp.

References type_of_element_.

04702 {
04703   return this->type_of_element_;
04704 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Value_Element::type_of_element_ [private]
 

The values.

Definition at line 3003 of file PSDL_Node.h.

Referenced by type_of_element(), and ~TAO_PSDL_Value_Element().


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