TAO_PSDL_Init_Dcl Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Init_Dcl:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Init_Dcl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Init_Dcl (TAO_PSDL_Node *identifier)
 ****************************************************************

 TAO_PSDL_Init_Dcl (TAO_PSDL_Node *identifier, TAO_PSDL_Node *init_param_decls)
virtual ~TAO_PSDL_Init_Dcl (void)
TAO_PSDL_Nodeidentifier (void) const
 Get the value.

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


Private Attributes

TAO_PSDL_Nodeidentifier_
 The values.

TAO_PSDL_Nodeinit_param_decls_

Detailed Description

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

Definition at line 3182 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Init_Dcl::TAO_PSDL_Init_Dcl TAO_PSDL_Node identifier  ) 
 

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

Definition at line 4940 of file PSDL_Node.cpp.

04941   : identifier_ (identifier),
04942     init_param_decls_ (0)
04943 {
04944 }

TAO_PSDL_Init_Dcl::TAO_PSDL_Init_Dcl TAO_PSDL_Node identifier,
TAO_PSDL_Node init_param_decls
 

Definition at line 4946 of file PSDL_Node.cpp.

04948   : identifier_ (identifier),
04949     init_param_decls_ (init_param_decls)
04950 {
04951 }

TAO_PSDL_Init_Dcl::~TAO_PSDL_Init_Dcl void   )  [virtual]
 

Definition at line 4953 of file PSDL_Node.cpp.

References init_param_decls_.

04954 {
04955   delete this->identifier_;
04956 
04957   if (this->init_param_decls_ != 0)
04958     delete this->init_param_decls_;
04959 }


Member Function Documentation

int TAO_PSDL_Init_Dcl::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 4976 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_init_dcl().

04977 {
04978   return visitor->visit_init_dcl (this);
04979 }

TAO_PSDL_Node * TAO_PSDL_Init_Dcl::identifier void   )  const
 

Get the value.

Definition at line 4963 of file PSDL_Node.cpp.

04964 {
04965   return this->identifier_;
04966 }

TAO_PSDL_Node * TAO_PSDL_Init_Dcl::init_param_decls void   )  const
 

Definition at line 4969 of file PSDL_Node.cpp.

References init_param_decls_.

04970 {
04971   return this->init_param_decls_;
04972 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Init_Dcl::identifier_ [private]
 

The values.

Definition at line 3203 of file PSDL_Node.h.

TAO_PSDL_Node* TAO_PSDL_Init_Dcl::init_param_decls_ [private]
 

Definition at line 3204 of file PSDL_Node.h.

Referenced by init_param_decls(), and ~TAO_PSDL_Init_Dcl().


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