**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Abstract_Storagehome_Header (TAO_PSDL_Node *identifier, TAO_PSDL_Node *abs_storagetype_name) | |
**************************************************************** | |
TAO_PSDL_Abstract_Storagehome_Header (TAO_PSDL_Node *identifier, TAO_PSDL_Node *abs_storagetype_name, TAO_PSDL_Node *abs_storagehome_inh_spec) | |
virtual | ~TAO_PSDL_Abstract_Storagehome_Header (void) |
TAO_PSDL_Node * | identifier (void) const |
Get the value. | |
TAO_PSDL_Node * | abs_storagetype_name (void) const |
TAO_PSDL_Node * | abs_storagehome_inh_spec (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | identifier_ |
The values. | |
TAO_PSDL_Node * | abs_storagetype_name_ |
TAO_PSDL_Node * | abs_storagehome_inh_spec_ |
****************************************************************
Definition at line 503 of file PSDL_Node.h.
TAO_PSDL_Abstract_Storagehome_Header::TAO_PSDL_Abstract_Storagehome_Header | ( | TAO_PSDL_Node * | identifier, | |
TAO_PSDL_Node * | abs_storagetype_name | |||
) |
****************************************************************
Definition at line 691 of file PSDL_Node.cpp.
: identifier_ (identifier), abs_storagetype_name_ (abs_storagetype_name), abs_storagehome_inh_spec_ (0) { }
TAO_PSDL_Abstract_Storagehome_Header::TAO_PSDL_Abstract_Storagehome_Header | ( | TAO_PSDL_Node * | identifier, | |
TAO_PSDL_Node * | abs_storagetype_name, | |||
TAO_PSDL_Node * | abs_storagehome_inh_spec | |||
) |
Definition at line 699 of file PSDL_Node.cpp.
: identifier_ (identifier), abs_storagetype_name_ (abs_storagetype_name), abs_storagehome_inh_spec_ (abs_storagehome_inh_spec) { }
TAO_PSDL_Abstract_Storagehome_Header::~TAO_PSDL_Abstract_Storagehome_Header | ( | void | ) | [virtual] |
Definition at line 708 of file PSDL_Node.cpp.
{ }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Header::abs_storagehome_inh_spec | ( | void | ) | const |
Definition at line 726 of file PSDL_Node.cpp.
{ return this->abs_storagehome_inh_spec_; }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Header::abs_storagetype_name | ( | void | ) | const |
Definition at line 720 of file PSDL_Node.cpp.
{ return this->abs_storagetype_name_; }
int TAO_PSDL_Abstract_Storagehome_Header::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 734 of file PSDL_Node.cpp.
{ return visitor->visit_abstract_storagehome_header (this); }
TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Header::identifier | ( | void | ) | const |
Definition at line 529 of file PSDL_Node.h.
Definition at line 528 of file PSDL_Node.h.
The values.
Definition at line 527 of file PSDL_Node.h.