TAO_PSDL_Catalog_Inh_Spec Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Catalog_Inh_Spec:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Catalog_Inh_Spec:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Catalog_Inh_Spec (TAO_PSDL_Node *catalog_name)
 ****************************************************************
virtual ~TAO_PSDL_Catalog_Inh_Spec (void)
TAO_PSDL_Nodecatalog_name (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodecatalog_name_
 The values.

Detailed Description

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

Definition at line 721 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Catalog_Inh_Spec::TAO_PSDL_Catalog_Inh_Spec ( TAO_PSDL_Node catalog_name  ) 

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

Definition at line 1058 of file PSDL_Node.cpp.

01059   : catalog_name_ (catalog_name)
01060 {
01061 }

TAO_PSDL_Catalog_Inh_Spec::~TAO_PSDL_Catalog_Inh_Spec ( void   )  [virtual]

Definition at line 1063 of file PSDL_Node.cpp.

References catalog_name_.

01064 {
01065   delete this->catalog_name_;
01066 }


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 1077 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_catalog_inh_spec().

01078 {
01079   return visitor->visit_catalog_inh_spec (this);
01080 }

TAO_PSDL_Node * TAO_PSDL_Catalog_Inh_Spec::catalog_name ( void   )  const

Get the value.

Definition at line 1070 of file PSDL_Node.cpp.

References catalog_name_.

01071 {
01072   return this->catalog_name_;
01073 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Catalog_Inh_Spec::catalog_name_ [private]

The values.

Definition at line 737 of file PSDL_Node.h.

Referenced by catalog_name(), and ~TAO_PSDL_Catalog_Inh_Spec().


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