TAO_PSDL_Abstract_Storagehome_Member Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Abstract_Storagehome_Member:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Abstract_Storagehome_Member:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Abstract_Storagehome_Member (TAO_PSDL_Node *declaration_type)
 ****************************************************************
virtual ~TAO_PSDL_Abstract_Storagehome_Member (void)
TAO_PSDL_Nodedeclaration_type (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodedeclaration_type_
 The values.

Detailed Description

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

Definition at line 562 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Abstract_Storagehome_Member::TAO_PSDL_Abstract_Storagehome_Member ( TAO_PSDL_Node declaration_type  ) 

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

Definition at line 794 of file PSDL_Node.cpp.

00795   : declaration_type_ (declaration_type)
00796 {
00797 }

TAO_PSDL_Abstract_Storagehome_Member::~TAO_PSDL_Abstract_Storagehome_Member ( void   )  [virtual]

Definition at line 799 of file PSDL_Node.cpp.

References declaration_type_.

00800 {
00801   delete this->declaration_type_;
00802 }


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 813 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_abstract_storagehome_member().

00814 {
00815   return visitor->visit_abstract_storagehome_member (this);
00816 }

TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Member::declaration_type ( void   )  const

Get the value.

Definition at line 806 of file PSDL_Node.cpp.

References declaration_type_.

00807 {
00808   return this->declaration_type_;
00809 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Abstract_Storagehome_Member::declaration_type_ [private]

The values.

Definition at line 578 of file PSDL_Node.h.

Referenced by declaration_type(), and ~TAO_PSDL_Abstract_Storagehome_Member().


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