TAO_PSDL_Factory_Parameters Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Factory_Parameters:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Factory_Parameters:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Factory_Parameters ()
 ****************************************************************

 TAO_PSDL_Factory_Parameters (TAO_PSDL_Node *simple_declarator)
virtual ~TAO_PSDL_Factory_Parameters (void)
TAO_PSDL_Nodesimple_declarator (void) const
 Get the value.

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


Private Attributes

TAO_PSDL_Nodesimple_declarator_
 The values.


Detailed Description

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

Definition at line 3312 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Factory_Parameters::TAO_PSDL_Factory_Parameters  ) 
 

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

Definition at line 5072 of file PSDL_Node.cpp.

05073   : simple_declarator_ (0)
05074 {
05075 }

TAO_PSDL_Factory_Parameters::TAO_PSDL_Factory_Parameters TAO_PSDL_Node simple_declarator  ) 
 

Definition at line 5077 of file PSDL_Node.cpp.

05078   : simple_declarator_ (simple_declarator)
05079 {
05080 }

TAO_PSDL_Factory_Parameters::~TAO_PSDL_Factory_Parameters void   )  [virtual]
 

Definition at line 5082 of file PSDL_Node.cpp.

05083 {
05084   if (this->simple_declarator_ != 0)
05085     delete this->simple_declarator_;
05086 }


Member Function Documentation

int TAO_PSDL_Factory_Parameters::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 5097 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_factory_parameters().

05098 {
05099   return visitor->visit_factory_parameters (this);
05100 }

TAO_PSDL_Node * TAO_PSDL_Factory_Parameters::simple_declarator void   )  const
 

Get the value.

Definition at line 5090 of file PSDL_Node.cpp.

05091 {
05092   return this->simple_declarator_;
05093 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Factory_Parameters::simple_declarator_ [private]
 

The values.

Definition at line 3330 of file PSDL_Node.h.


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