TAO_PSDL_Catalog_Member Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Catalog_Member:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Catalog_Member:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Catalog_Member (TAO_PSDL_Node *declaration)
 ****************************************************************
virtual ~TAO_PSDL_Catalog_Member (void)
TAO_PSDL_Nodedeclaration (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodedeclaration_
 The values.

Detailed Description

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

Definition at line 793 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Catalog_Member::TAO_PSDL_Catalog_Member ( TAO_PSDL_Node declaration  ) 

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

Definition at line 1175 of file PSDL_Node.cpp.

01176   : declaration_ (declaration)
01177 {
01178 }

TAO_PSDL_Catalog_Member::~TAO_PSDL_Catalog_Member ( void   )  [virtual]

Definition at line 1180 of file PSDL_Node.cpp.

References declaration_.

01181 {
01182   delete this->declaration_;
01183 }


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 1194 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_catalog_member().

01195 {
01196   return visitor->visit_catalog_member (this);
01197 }

TAO_PSDL_Node * TAO_PSDL_Catalog_Member::declaration ( void   )  const

Get the value.

Definition at line 1187 of file PSDL_Node.cpp.

References declaration_.

01188 {
01189   return this->declaration_;
01190 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Catalog_Member::declaration_ [private]

The values.

Definition at line 809 of file PSDL_Node.h.

Referenced by declaration(), and ~TAO_PSDL_Catalog_Member().


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