TAO_PSDL_Array_Declarator Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Array_Declarator:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Array_Declarator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Array_Declarator (TAO_PSDL_Node *identifier, TAO_PSDL_Node *fixed_array_size)
 ****************************************************************

virtual ~TAO_PSDL_Array_Declarator (void)
TAO_PSDL_Nodeidentifier (void) const
 Get the value.

TAO_PSDL_Nodefixed_array_size (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.


Private Attributes

TAO_PSDL_Nodeidentifier_
 The values.

TAO_PSDL_Nodefixed_array_size_

Detailed Description

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

Definition at line 3008 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Array_Declarator::TAO_PSDL_Array_Declarator TAO_PSDL_Node identifier,
TAO_PSDL_Node fixed_array_size
 

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

Definition at line 4715 of file PSDL_Node.cpp.

04718   : identifier_ (identifier),
04719     fixed_array_size_ (fixed_array_size)
04720 {
04721 }

TAO_PSDL_Array_Declarator::~TAO_PSDL_Array_Declarator void   )  [virtual]
 

Definition at line 4723 of file PSDL_Node.cpp.

References fixed_array_size_.

04724 {
04725   delete this->identifier_;
04726   delete this->fixed_array_size_;
04727 }


Member Function Documentation

int TAO_PSDL_Array_Declarator::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 4744 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_array_declarator().

04745 {
04746   return visitor->visit_array_declarator (this);
04747 }

TAO_PSDL_Node * TAO_PSDL_Array_Declarator::fixed_array_size void   )  const
 

Definition at line 4737 of file PSDL_Node.cpp.

References fixed_array_size_.

04738 {
04739   return this->fixed_array_size_;
04740 }

TAO_PSDL_Node * TAO_PSDL_Array_Declarator::identifier void   )  const
 

Get the value.

Definition at line 4731 of file PSDL_Node.cpp.

04732 {
04733   return this->identifier_;
04734 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Array_Declarator::fixed_array_size_ [private]
 

Definition at line 3028 of file PSDL_Node.h.

Referenced by fixed_array_size(), and ~TAO_PSDL_Array_Declarator().

TAO_PSDL_Node* TAO_PSDL_Array_Declarator::identifier_ [private]
 

The values.

Definition at line 3027 of file PSDL_Node.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 14:08:25 2006 for TAO_PSS by doxygen 1.3.6