#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Storagetype_Inh_Spec:
Public Member Functions | |
TAO_PSDL_Storagetype_Inh_Spec (TAO_PSDL_Node *storagetype_name) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Storagetype_Inh_Spec (void) |
TAO_PSDL_Node * | storagetype_name (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | storagetype_name_ |
The values. |
Definition at line 987 of file PSDL_Node.h.
TAO_PSDL_Storagetype_Inh_Spec::TAO_PSDL_Storagetype_Inh_Spec | ( | TAO_PSDL_Node * | storagetype_name | ) |
****************************************************************
Definition at line 1476 of file PSDL_Node.cpp.
01477 : storagetype_name_ (storagetype_name) 01478 { 01479 }
TAO_PSDL_Storagetype_Inh_Spec::~TAO_PSDL_Storagetype_Inh_Spec | ( | void | ) | [virtual] |
Definition at line 1481 of file PSDL_Node.cpp.
References storagetype_name_.
01482 { 01483 delete this->storagetype_name_; 01484 }
int TAO_PSDL_Storagetype_Inh_Spec::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 1495 of file PSDL_Node.cpp.
References TAO_PSDL_Node_Visitor::visit_storagetype_inh_spec().
01496 { 01497 return visitor->visit_storagetype_inh_spec (this); 01498 }
TAO_PSDL_Node * TAO_PSDL_Storagetype_Inh_Spec::storagetype_name | ( | void | ) | const |
Get the value.
Definition at line 1488 of file PSDL_Node.cpp.
References storagetype_name_.
01489 { 01490 return this->storagetype_name_; 01491 }
The values.
Definition at line 1003 of file PSDL_Node.h.
Referenced by storagetype_name(), and ~TAO_PSDL_Storagetype_Inh_Spec().