**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Interface (TAO_PSDL_Node *type_of_dcl) | |
*************************************************************** | |
virtual | ~TAO_PSDL_Interface (void) |
TAO_PSDL_Node * | type_of_dcl (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | type_of_dcl_ |
The values. |
****************************************************************
Definition at line 2491 of file PSDL_Node.h.
TAO_PSDL_Interface::TAO_PSDL_Interface | ( | TAO_PSDL_Node * | type_of_dcl | ) |
***************************************************************
Definition at line 3900 of file PSDL_Node.cpp.
: type_of_dcl_ (type_of_dcl) { }
TAO_PSDL_Interface::~TAO_PSDL_Interface | ( | void | ) | [virtual] |
Definition at line 3905 of file PSDL_Node.cpp.
{ delete this->type_of_dcl_; }
int TAO_PSDL_Interface::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 3919 of file PSDL_Node.cpp.
{ return visitor->visit_interface (this); }
TAO_PSDL_Node * TAO_PSDL_Interface::type_of_dcl | ( | void | ) | const |
TAO_PSDL_Node* TAO_PSDL_Interface::type_of_dcl_ [private] |
The values.
Definition at line 2507 of file PSDL_Node.h.