TAO_PSDL_Const_Exp Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Const_Exp:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Const_Exp:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Const_Exp (TAO_PSDL_Node *expr)
 ****************************************************************

virtual ~TAO_PSDL_Const_Exp (void)
TAO_PSDL_Nodeexpr (void) const
 Get the value.

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


Private Attributes

TAO_PSDL_Nodeexpr_
 The values.


Detailed Description

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

Definition at line 1968 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Const_Exp::TAO_PSDL_Const_Exp TAO_PSDL_Node expr  ) 
 

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

Definition at line 3053 of file PSDL_Node.cpp.

03054   : expr_ (expr)
03055 {
03056 }

TAO_PSDL_Const_Exp::~TAO_PSDL_Const_Exp void   )  [virtual]
 

Definition at line 3058 of file PSDL_Node.cpp.

References expr_.

03059 {
03060   delete this->expr_;
03061 }


Member Function Documentation

int TAO_PSDL_Const_Exp::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 3072 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_const_exp().

03073 {
03074   return visitor->visit_const_exp (this);
03075 }

TAO_PSDL_Node * TAO_PSDL_Const_Exp::expr void   )  const
 

Get the value.

Definition at line 3065 of file PSDL_Node.cpp.

References expr_.

03066 {
03067   return this->expr_;
03068 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Const_Exp::expr_ [private]
 

The values.

Definition at line 1984 of file PSDL_Node.h.

Referenced by expr(), and ~TAO_PSDL_Const_Exp().


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