**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Fixed_Pt_Type (TAO_PSDL_Node *positive_int_const_one, TAO_PSDL_Node *positive_int_const_two) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Fixed_Pt_Type (void) |
TAO_PSDL_Node * | positive_int_const_one (void) const |
Get the value. | |
TAO_PSDL_Node * | positive_int_const_two (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | positive_int_const_one_ |
The values. | |
TAO_PSDL_Node * | positive_int_const_two_ |
****************************************************************
Definition at line 2443 of file PSDL_Node.h.
TAO_PSDL_Fixed_Pt_Type::TAO_PSDL_Fixed_Pt_Type | ( | TAO_PSDL_Node * | positive_int_const_one, | |
TAO_PSDL_Node * | positive_int_const_two | |||
) |
****************************************************************
Definition at line 3832 of file PSDL_Node.cpp.
: positive_int_const_one_ (positive_int_const_one), positive_int_const_two_ (positive_int_const_two) { }
TAO_PSDL_Fixed_Pt_Type::~TAO_PSDL_Fixed_Pt_Type | ( | void | ) | [virtual] |
Definition at line 3840 of file PSDL_Node.cpp.
{ delete this->positive_int_const_one_; delete this->positive_int_const_two_; }
int TAO_PSDL_Fixed_Pt_Type::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 3860 of file PSDL_Node.cpp.
{ return visitor->visit_fixed_pt_type (this); }
TAO_PSDL_Node * TAO_PSDL_Fixed_Pt_Type::positive_int_const_one | ( | void | ) | const |
Get the value.
Definition at line 3848 of file PSDL_Node.cpp.
{ return this->positive_int_const_one_; }
TAO_PSDL_Node * TAO_PSDL_Fixed_Pt_Type::positive_int_const_two | ( | void | ) | const |
Definition at line 3854 of file PSDL_Node.cpp.
{ return this->positive_int_const_two_; }
The values.
Definition at line 2461 of file PSDL_Node.h.
Definition at line 2462 of file PSDL_Node.h.