#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Abstract_Storagehome_Fwd_Dcl:
Public Member Functions | |
TAO_PSDL_Abstract_Storagehome_Fwd_Dcl (TAO_PSDL_Node *identifier) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Abstract_Storagehome_Fwd_Dcl (void) |
TAO_PSDL_Node * | identifier (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | identifier_ |
The values. |
Definition at line 456 of file PSDL_Node.h.
|
****************************************************************
Definition at line 626 of file PSDL_Node.cpp.
00628 : identifier_ (identifier) 00629 { 00630 } |
|
Definition at line 632 of file PSDL_Node.cpp.
00633 { 00634 delete this->identifier_; 00635 } |
|
= The Node methods.
Implements TAO_PSDL_Node. Definition at line 646 of file PSDL_Node.cpp. References TAO_PSDL_Node_Visitor::visit_abstract_storagehome_fwd_dcl().
00647 { 00648 return visitor->visit_abstract_storagehome_fwd_dcl (this); 00649 } |
|
Get the value.
Definition at line 639 of file PSDL_Node.cpp.
00640 { 00641 return this->identifier_; 00642 } |
|
The values.
Definition at line 472 of file PSDL_Node.h. |