Public Member Functions | Private Attributes

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

  : positive_int_const_ (positive_int_const)
{
}

TAO_PSDL_Fixed_Array_Size::~TAO_PSDL_Fixed_Array_Size ( void   )  [virtual]

Definition at line 4753 of file PSDL_Node.cpp.

{
  delete this->positive_int_const_;
}


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

{
  return visitor->visit_fixed_array_size (this);
}

TAO_PSDL_Node * TAO_PSDL_Fixed_Array_Size::positive_int_const ( void   )  const

Get the value.

Definition at line 4760 of file PSDL_Node.cpp.

{
  return this->positive_int_const_;
}


Member Data Documentation

The values.

Definition at line 3050 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