**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Abstract_Storagehome_Member (TAO_PSDL_Node *declaration_type) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Abstract_Storagehome_Member (void) |
TAO_PSDL_Node * | declaration_type (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | declaration_type_ |
The values. |
****************************************************************
Definition at line 562 of file PSDL_Node.h.
TAO_PSDL_Abstract_Storagehome_Member::TAO_PSDL_Abstract_Storagehome_Member | ( | TAO_PSDL_Node * | declaration_type | ) |
****************************************************************
Definition at line 790 of file PSDL_Node.cpp.
: declaration_type_ (declaration_type) { }
TAO_PSDL_Abstract_Storagehome_Member::~TAO_PSDL_Abstract_Storagehome_Member | ( | void | ) | [virtual] |
Definition at line 795 of file PSDL_Node.cpp.
{ delete this->declaration_type_; }
int TAO_PSDL_Abstract_Storagehome_Member::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 809 of file PSDL_Node.cpp.
{ return visitor->visit_abstract_storagehome_member (this); }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Member::declaration_type | ( | void | ) | const |
The values.
Definition at line 578 of file PSDL_Node.h.