#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Abstract_Storagetype_Fwd_Dcl:
Public Member Functions | |
TAO_PSDL_Abstract_Storagetype_Fwd_Dcl (TAO_PSDL_Node *identifer) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Abstract_Storagetype_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 224 of file PSDL_Node.h.
TAO_PSDL_Abstract_Storagetype_Fwd_Dcl::TAO_PSDL_Abstract_Storagetype_Fwd_Dcl | ( | TAO_PSDL_Node * | identifer | ) |
****************************************************************
Definition at line 291 of file PSDL_Node.cpp.
00293 : identifier_ (identifier) 00294 { 00295 }
TAO_PSDL_Abstract_Storagetype_Fwd_Dcl::~TAO_PSDL_Abstract_Storagetype_Fwd_Dcl | ( | void | ) | [virtual] |
Definition at line 297 of file PSDL_Node.cpp.
References identifier_.
00298 { 00299 delete this->identifier_; 00300 }
int TAO_PSDL_Abstract_Storagetype_Fwd_Dcl::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 309 of file PSDL_Node.cpp.
References TAO_PSDL_Node_Visitor::visit_abstract_storagetype_fwd_dcl().
00310 { 00311 return visitor->visit_abstract_storagetype_fwd_dcl (this); 00312 }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagetype_Fwd_Dcl::identifier | ( | void | ) | const |
Get the value.
Definition at line 303 of file PSDL_Node.cpp.
References identifier_.
00304 { 00305 return this->identifier_; 00306 }
The values.
Definition at line 239 of file PSDL_Node.h.
Referenced by identifier(), and ~TAO_PSDL_Abstract_Storagetype_Fwd_Dcl().