#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Fixed_Array_Size:
Public Member Functions | |
TAO_PSDL_Fixed_Array_Size (TAO_PSDL_Node *positive_int_const ) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Fixed_Array_Size (void) |
TAO_PSDL_Node * | positive_int_const (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | positive_int_const_ |
The values. |
Definition at line 3033 of file PSDL_Node.h.
|
****************************************************************
Definition at line 4751 of file PSDL_Node.cpp.
04753 : positive_int_const_ (positive_int_const) 04754 { 04755 } |
|
Definition at line 4757 of file PSDL_Node.cpp. References positive_int_const_.
04758 { 04759 delete this->positive_int_const_; 04760 } |
|
= The Node methods.
Implements TAO_PSDL_Node. Definition at line 4771 of file PSDL_Node.cpp. References TAO_PSDL_Node_Visitor::visit_fixed_array_size().
04772 { 04773 return visitor->visit_fixed_array_size (this); 04774 } |
|
Get the value.
|
|
The values.
Definition at line 3050 of file PSDL_Node.h. Referenced by ~TAO_PSDL_Fixed_Array_Size(). |