TAO_PSDL_Positive_Int_Const Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Positive_Int_Const:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Positive_Int_Const:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Positive_Int_Const (TAO_PSDL_Node *const_exp)
 ****************************************************************
virtual ~TAO_PSDL_Positive_Int_Const (void)
TAO_PSDL_Nodeconst_exp (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodeconst_exp_
 The values.

Detailed Description

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

Definition at line 3264 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Positive_Int_Const::TAO_PSDL_Positive_Int_Const ( TAO_PSDL_Node const_exp  ) 

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

Definition at line 5156 of file PSDL_Node.cpp.

05157   : const_exp_ (const_exp)
05158 {
05159 }

TAO_PSDL_Positive_Int_Const::~TAO_PSDL_Positive_Int_Const ( void   )  [virtual]

Definition at line 5161 of file PSDL_Node.cpp.

References const_exp_.

05162 {
05163   delete this->const_exp_;
05164 }


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 5175 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_positive_int_const().

05176 {
05177   return visitor->visit_positive_int_const (this);
05178 }

TAO_PSDL_Node * TAO_PSDL_Positive_Int_Const::const_exp ( void   )  const

Get the value.

Definition at line 5168 of file PSDL_Node.cpp.

References const_exp_.

05169 {
05170   return this->const_exp_;
05171 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Positive_Int_Const::const_exp_ [private]

The values.

Definition at line 3281 of file PSDL_Node.h.

Referenced by const_exp(), and ~TAO_PSDL_Positive_Int_Const().


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