TAO_PSDL_Fixed_Array_Size Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Fixed_Array_Size:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Fixed_Array_Size:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Fixed_Array_Size (TAO_PSDL_Node *positive_int_const)
 ****************************************************************
virtual ~TAO_PSDL_Fixed_Array_Size (void)
TAO_PSDL_Nodepositive_int_const (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodepositive_int_const_
 The values.

Detailed Description

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

Definition at line 3033 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Fixed_Array_Size::TAO_PSDL_Fixed_Array_Size ( TAO_PSDL_Node positive_int_const  ) 

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

Definition at line 4751 of file PSDL_Node.cpp.

04753   : positive_int_const_ (positive_int_const)
04754 {
04755 }

TAO_PSDL_Fixed_Array_Size::~TAO_PSDL_Fixed_Array_Size ( void   )  [virtual]

Definition at line 4757 of file PSDL_Node.cpp.

References positive_int_const_.

04758 {
04759   delete this->positive_int_const_;
04760 }


Member Function Documentation

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

= 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 }

TAO_PSDL_Node * TAO_PSDL_Fixed_Array_Size::positive_int_const ( void   )  const

Get the value.

Definition at line 4764 of file PSDL_Node.cpp.

References positive_int_const_.

04765 {
04766   return this->positive_int_const_;
04767 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Fixed_Array_Size::positive_int_const_ [private]

The values.

Definition at line 3050 of file PSDL_Node.h.

Referenced by positive_int_const(), and ~TAO_PSDL_Fixed_Array_Size().


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