TAO_PSDL_Storagehome_Header Class Reference

**************************************************************** More...

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Storagehome_Header:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Storagehome_Header:

Collaboration graph
[legend]
List of all members.

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_Nodeidentifier (void) const
 Get the value.
TAO_PSDL_Nodestoragetype_name (void) const
TAO_PSDL_Nodestoragehome_inh_spec (void) const
TAO_PSDL_Nodestoragehome_impl_spec (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodeidentifier_
 The values.
TAO_PSDL_Nodestoragetype_name_
TAO_PSDL_Nodestoragehome_inh_spec_
TAO_PSDL_Nodestoragehome_impl_spec_

Detailed Description

****************************************************************

Definition at line 1190 of file PSDL_Node.h.


Constructor & Destructor Documentation

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 1755 of file PSDL_Node.cpp.

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 1767 of file PSDL_Node.cpp.

TAO_PSDL_Storagehome_Header::TAO_PSDL_Storagehome_Header ( TAO_PSDL_Node identifier,
TAO_PSDL_Node storagetype_name 
)

Definition at line 1778 of file PSDL_Node.cpp.

TAO_PSDL_Storagehome_Header::~TAO_PSDL_Storagehome_Header ( void   )  [virtual]

Definition at line 1788 of file PSDL_Node.cpp.

References identifier_, storagehome_impl_spec_, storagehome_inh_spec_, and storagetype_name_.

01789 {
01790   delete this->identifier_;
01791   delete this->storagetype_name_;
01792   delete this->storagehome_inh_spec_;
01793   delete this->storagehome_impl_spec_;
01794 }


Member Function Documentation

int TAO_PSDL_Storagehome_Header::accept ( TAO_PSDL_Node_Visitor visitor  )  [virtual]

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 1823 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_storagehome_header().

01824 {
01825   return visitor->visit_storagehome_header (this);
01826 }

TAO_PSDL_Node * TAO_PSDL_Storagehome_Header::identifier ( void   )  const

Get the value.

Definition at line 1798 of file PSDL_Node.cpp.

References identifier_.

Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_header(), and Dump_Visitor::visit_storagehome_header().

01799 {
01800   return this->identifier_;
01801 }

TAO_PSDL_Node * TAO_PSDL_Storagehome_Header::storagehome_impl_spec ( void   )  const

Definition at line 1816 of file PSDL_Node.cpp.

References storagehome_impl_spec_.

Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_header(), and Dump_Visitor::visit_storagehome_header().

01817 {
01818   return this->storagehome_impl_spec_;
01819 }

TAO_PSDL_Node * TAO_PSDL_Storagehome_Header::storagehome_inh_spec ( void   )  const

Definition at line 1810 of file PSDL_Node.cpp.

References storagehome_inh_spec_.

Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_header(), and Dump_Visitor::visit_storagehome_header().

01811 {
01812   return this->storagehome_inh_spec_;
01813 }

TAO_PSDL_Node * TAO_PSDL_Storagehome_Header::storagetype_name ( void   )  const

Definition at line 1804 of file PSDL_Node.cpp.

References storagetype_name_.

Referenced by TAO_PSDL_Scope_Visitor::visit_storagehome_header(), and Dump_Visitor::visit_storagehome_header().

01805 {
01806   return this->storagetype_name_;
01807 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Storagehome_Header::identifier_ [private]

The values.

Definition at line 1219 of file PSDL_Node.h.

Referenced by identifier(), and ~TAO_PSDL_Storagehome_Header().

TAO_PSDL_Node* TAO_PSDL_Storagehome_Header::storagehome_impl_spec_ [private]

Definition at line 1222 of file PSDL_Node.h.

Referenced by storagehome_impl_spec(), and ~TAO_PSDL_Storagehome_Header().

TAO_PSDL_Node* TAO_PSDL_Storagehome_Header::storagehome_inh_spec_ [private]

Definition at line 1221 of file PSDL_Node.h.

Referenced by storagehome_inh_spec(), and ~TAO_PSDL_Storagehome_Header().

TAO_PSDL_Node* TAO_PSDL_Storagehome_Header::storagetype_name_ [private]

Definition at line 1220 of file PSDL_Node.h.

Referenced by storagetype_name(), and ~TAO_PSDL_Storagehome_Header().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:50:37 2010 for TAO_PSS by  doxygen 1.4.7