#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Abstract_Storagetype_Inh_Spec:
Public Member Functions | |
TAO_PSDL_Abstract_Storagetype_Inh_Spec (TAO_PSDL_Node *abs_storagetype_name) | |
**************************************************************** | |
virtual | ~TAO_PSDL_Abstract_Storagetype_Inh_Spec (void) |
TAO_PSDL_Node * | abs_storagetype_name (void) const |
Get the value. | |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | abs_storagetype_name_ |
The values. |
Definition at line 314 of file PSDL_Node.h.
TAO_PSDL_Abstract_Storagetype_Inh_Spec::TAO_PSDL_Abstract_Storagetype_Inh_Spec | ( | TAO_PSDL_Node * | abs_storagetype_name | ) |
****************************************************************
Definition at line 418 of file PSDL_Node.cpp.
00419 : abs_storagetype_name_ (abs_storagetype_name) 00420 { 00421 }
TAO_PSDL_Abstract_Storagetype_Inh_Spec::~TAO_PSDL_Abstract_Storagetype_Inh_Spec | ( | void | ) | [virtual] |
Definition at line 423 of file PSDL_Node.cpp.
References abs_storagetype_name_.
00424 { 00425 delete this->abs_storagetype_name_; 00426 }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagetype_Inh_Spec::abs_storagetype_name | ( | void | ) | const |
Get the value.
Definition at line 429 of file PSDL_Node.cpp.
References abs_storagetype_name_.
00430 { 00431 return this->abs_storagetype_name_; 00432 }
int TAO_PSDL_Abstract_Storagetype_Inh_Spec::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 435 of file PSDL_Node.cpp.
References TAO_PSDL_Node_Visitor::visit_abstract_storagetype_inh_spec().
00436 { 00437 return visitor->visit_abstract_storagetype_inh_spec (this); 00438 }
The values.
Definition at line 329 of file PSDL_Node.h.
Referenced by abs_storagetype_name(), and ~TAO_PSDL_Abstract_Storagetype_Inh_Spec().