Public Member Functions | Private Attributes

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 5152 of file PSDL_Node.cpp.

  : const_exp_ (const_exp)
{
}

TAO_PSDL_Positive_Int_Const::~TAO_PSDL_Positive_Int_Const ( void   )  [virtual]

Definition at line 5157 of file PSDL_Node.cpp.

{
  delete this->const_exp_;
}


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 5171 of file PSDL_Node.cpp.

{
  return visitor->visit_positive_int_const (this);
}

TAO_PSDL_Node * TAO_PSDL_Positive_Int_Const::const_exp ( void   )  const

Get the value.

Definition at line 5164 of file PSDL_Node.cpp.

{
  return this->const_exp_;
}


Member Data Documentation

The values.

Definition at line 3281 of file PSDL_Node.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines