**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_Storagehome_Header (TAO_PSDL_Node *identifier, TAO_PSDL_Node *storagetype_name, TAO_PSDL_Node *storagehome_inh_spec, TAO_PSDL_Node *storagehome_impl_spec) | |
**************************************************************** | |
TAO_PSDL_Storagehome_Header (TAO_PSDL_Node *identifier, TAO_PSDL_Node *storagetype_name, TAO_PSDL_Node *storagehome_inh_spec) | |
TAO_PSDL_Storagehome_Header (TAO_PSDL_Node *identifier, TAO_PSDL_Node *storagetype_name) | |
virtual | ~TAO_PSDL_Storagehome_Header (void) |
TAO_PSDL_Node * | identifier (void) const |
Get the value. | |
TAO_PSDL_Node * | storagetype_name (void) const |
TAO_PSDL_Node * | storagehome_inh_spec (void) const |
TAO_PSDL_Node * | storagehome_impl_spec (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | identifier_ |
The values. | |
TAO_PSDL_Node * | storagetype_name_ |
TAO_PSDL_Node * | storagehome_inh_spec_ |
TAO_PSDL_Node * | storagehome_impl_spec_ |
****************************************************************
Definition at line 1190 of file PSDL_Node.h.
TAO_PSDL_Storagehome_Header::TAO_PSDL_Storagehome_Header | ( | TAO_PSDL_Node * | identifier, | |
TAO_PSDL_Node * | storagetype_name, | |||
TAO_PSDL_Node * | storagehome_inh_spec, | |||
TAO_PSDL_Node * | storagehome_impl_spec | |||
) |
****************************************************************
Definition at line 1751 of file PSDL_Node.cpp.
: identifier_ (identifier), storagetype_name_ (storagetype_name), storagehome_inh_spec_ (storagehome_inh_spec), storagehome_impl_spec_ (storagehome_impl_spec) { }
TAO_PSDL_Storagehome_Header::TAO_PSDL_Storagehome_Header | ( | TAO_PSDL_Node * | identifier, | |
TAO_PSDL_Node * | storagetype_name, | |||
TAO_PSDL_Node * | storagehome_inh_spec | |||
) |
Definition at line 1763 of file PSDL_Node.cpp.
: identifier_ (identifier), storagetype_name_ (storagetype_name), storagehome_inh_spec_ (storagehome_inh_spec), storagehome_impl_spec_ (0) { }
TAO_PSDL_Storagehome_Header::TAO_PSDL_Storagehome_Header | ( | TAO_PSDL_Node * | identifier, | |
TAO_PSDL_Node * | storagetype_name | |||
) |
Definition at line 1774 of file PSDL_Node.cpp.
: identifier_ (identifier), storagetype_name_ (storagetype_name), storagehome_inh_spec_ (0), storagehome_impl_spec_ (0) { }
TAO_PSDL_Storagehome_Header::~TAO_PSDL_Storagehome_Header | ( | void | ) | [virtual] |
Definition at line 1784 of file PSDL_Node.cpp.
{ delete this->identifier_; delete this->storagetype_name_; delete this->storagehome_inh_spec_; delete this->storagehome_impl_spec_; }
int TAO_PSDL_Storagehome_Header::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 1819 of file PSDL_Node.cpp.
{ return visitor->visit_storagehome_header (this); }
TAO_PSDL_Node * TAO_PSDL_Storagehome_Header::identifier | ( | void | ) | const |
TAO_PSDL_Node * TAO_PSDL_Storagehome_Header::storagehome_impl_spec | ( | void | ) | const |
Definition at line 1812 of file PSDL_Node.cpp.
{ return this->storagehome_impl_spec_; }
TAO_PSDL_Node * TAO_PSDL_Storagehome_Header::storagehome_inh_spec | ( | void | ) | const |
Definition at line 1806 of file PSDL_Node.cpp.
{ return this->storagehome_inh_spec_; }
TAO_PSDL_Node * TAO_PSDL_Storagehome_Header::storagetype_name | ( | void | ) | const |
Definition at line 1800 of file PSDL_Node.cpp.
{ return this->storagetype_name_; }
The values.
Definition at line 1219 of file PSDL_Node.h.
Definition at line 1222 of file PSDL_Node.h.
Definition at line 1221 of file PSDL_Node.h.
Definition at line 1220 of file PSDL_Node.h.