TAO_PSDL_Value_Abs_Dcl Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Value_Abs_Dcl:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Value_Abs_Dcl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Value_Abs_Dcl (TAO_PSDL_Node *value_common_base, TAO_PSDL_Node *export_variable)
 ****************************************************************
 TAO_PSDL_Value_Abs_Dcl (TAO_PSDL_Node *value_common_base, TAO_PSDL_Node *value_inheritance_spec, TAO_PSDL_Node *export_variable)
virtual ~TAO_PSDL_Value_Abs_Dcl (void)
TAO_PSDL_Nodevalue_common_base (void) const
 Get the value.
TAO_PSDL_Nodevalue_inheritance_spec (void) const
TAO_PSDL_Nodeexport_variable (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodevalue_common_base_
 The values.
TAO_PSDL_Nodevalue_inheritance_spec_
TAO_PSDL_Nodeexport_variable_

Detailed Description

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

Definition at line 2827 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Value_Abs_Dcl::TAO_PSDL_Value_Abs_Dcl ( TAO_PSDL_Node value_common_base,
TAO_PSDL_Node export_variable 
)

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

Definition at line 4430 of file PSDL_Node.cpp.

TAO_PSDL_Value_Abs_Dcl::TAO_PSDL_Value_Abs_Dcl ( TAO_PSDL_Node value_common_base,
TAO_PSDL_Node value_inheritance_spec,
TAO_PSDL_Node export_variable 
)

Definition at line 4439 of file PSDL_Node.cpp.

TAO_PSDL_Value_Abs_Dcl::~TAO_PSDL_Value_Abs_Dcl ( void   )  [virtual]

Definition at line 4449 of file PSDL_Node.cpp.

References export_variable_, value_common_base_, and value_inheritance_spec_.

04450 {
04451   delete this->value_common_base_;
04452   delete this->export_variable_;
04453 
04454   if (this->value_inheritance_spec_ != 0)
04455     delete this->value_inheritance_spec_;
04456 }


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 4479 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_value_abs_dcl().

04480 {
04481   return visitor->visit_value_abs_dcl (this);
04482 }

TAO_PSDL_Node * TAO_PSDL_Value_Abs_Dcl::export_variable ( void   )  const

Definition at line 4466 of file PSDL_Node.cpp.

References export_variable_.

04467 {
04468   return this->export_variable_;
04469 }

TAO_PSDL_Node * TAO_PSDL_Value_Abs_Dcl::value_common_base ( void   )  const

Get the value.

Definition at line 4460 of file PSDL_Node.cpp.

References value_common_base_.

04461 {
04462   return this->value_common_base_;
04463 }

TAO_PSDL_Node * TAO_PSDL_Value_Abs_Dcl::value_inheritance_spec ( void   )  const

Definition at line 4472 of file PSDL_Node.cpp.

References value_inheritance_spec_.

04473 {
04474   return this->value_inheritance_spec_;
04475 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Value_Abs_Dcl::export_variable_ [private]

Definition at line 2853 of file PSDL_Node.h.

Referenced by export_variable(), and ~TAO_PSDL_Value_Abs_Dcl().

TAO_PSDL_Node* TAO_PSDL_Value_Abs_Dcl::value_common_base_ [private]

The values.

Definition at line 2851 of file PSDL_Node.h.

Referenced by value_common_base(), and ~TAO_PSDL_Value_Abs_Dcl().

TAO_PSDL_Node* TAO_PSDL_Value_Abs_Dcl::value_inheritance_spec_ [private]

Definition at line 2852 of file PSDL_Node.h.

Referenced by value_inheritance_spec(), and ~TAO_PSDL_Value_Abs_Dcl().


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