#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Init_Param_Decls (TAO_PSDL_Node *init_param_decl) | |
**************************************************************** | |
TAO_PSDL_Init_Param_Decls (TAO_PSDL_Node *init_param_decl, TAO_PSDL_Node *init_param_decls) | |
virtual | ~TAO_PSDL_Init_Param_Decls (void) |
TAO_PSDL_Node * | init_param_decl (void) const |
Get the value. | |
TAO_PSDL_Node * | init_param_decls (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | init_param_decl_ |
The values. | |
TAO_PSDL_Node * | init_param_decls_ |
TAO_PSDL_Init_Param_Decls::TAO_PSDL_Init_Param_Decls | ( | TAO_PSDL_Node * | init_param_decl | ) |
****************************************************************
TAO_PSDL_Init_Param_Decls::TAO_PSDL_Init_Param_Decls | ( | TAO_PSDL_Node * | init_param_decl, | |
TAO_PSDL_Node * | init_param_decls | |||
) |
TAO_PSDL_Init_Param_Decls::~TAO_PSDL_Init_Param_Decls | ( | void | ) | [virtual] |
int TAO_PSDL_Init_Param_Decls::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Init_Param_Decls::init_param_decl | ( | void | ) | const |
Get the value.
TAO_PSDL_Node * TAO_PSDL_Init_Param_Decls::init_param_decls | ( | void | ) | const |
The values.