Public Member Functions | Private Attributes

TAO_PSDL_Parameter_Dcls Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Parameter_Dcls:
Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Parameter_Dcls:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_PSDL_Parameter_Dcls ()
 ****************************************************************
 TAO_PSDL_Parameter_Dcls (TAO_PSDL_Node *param_dcl)
virtual ~TAO_PSDL_Parameter_Dcls (void)
TAO_PSDL_Nodeparam_dcl (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodeparam_dcl_
 The values.

Detailed Description

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

Definition at line 2318 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Parameter_Dcls::TAO_PSDL_Parameter_Dcls (  ) 

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

Definition at line 3636 of file PSDL_Node.cpp.

  : param_dcl_ (0)
{
}

TAO_PSDL_Parameter_Dcls::TAO_PSDL_Parameter_Dcls ( TAO_PSDL_Node param_dcl  ) 

Definition at line 3641 of file PSDL_Node.cpp.

  : param_dcl_ (param_dcl)
{
}

TAO_PSDL_Parameter_Dcls::~TAO_PSDL_Parameter_Dcls ( void   )  [virtual]

Definition at line 3646 of file PSDL_Node.cpp.

{
  delete this->param_dcl_;
}


Member Function Documentation

int TAO_PSDL_Parameter_Dcls::accept ( TAO_PSDL_Node_Visitor visitor  )  [virtual]

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 3660 of file PSDL_Node.cpp.

{
  return visitor->visit_parameter_dcls (this);
}

TAO_PSDL_Node * TAO_PSDL_Parameter_Dcls::param_dcl ( void   )  const

Get the value.

Definition at line 3653 of file PSDL_Node.cpp.

{
  return this->param_dcl_;
}


Member Data Documentation

The values.

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