TAO_PSDL_Const_Type Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Const_Type:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Const_Type:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Const_Type (TAO_PSDL_Node *type)
 ****************************************************************
virtual ~TAO_PSDL_Const_Type (void)
TAO_PSDL_Nodetype (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodetype_
 The values.

Detailed Description

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

Definition at line 1947 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Const_Type::TAO_PSDL_Const_Type ( TAO_PSDL_Node type  ) 

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

Definition at line 3027 of file PSDL_Node.cpp.

03028   : type_ (type)
03029 {
03030 }

TAO_PSDL_Const_Type::~TAO_PSDL_Const_Type ( void   )  [virtual]

Definition at line 3032 of file PSDL_Node.cpp.

References type_.

03033 {
03034   delete this->type_;
03035 }


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 3046 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_const_type().

03047 {
03048   return visitor->visit_const_type (this);
03049 }

TAO_PSDL_Node * TAO_PSDL_Const_Type::type ( void   )  const

Get the value.

Definition at line 3039 of file PSDL_Node.cpp.

References type_.

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

03040 {
03041   return this->type_;
03042 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Const_Type::type_ [private]

The values.

Reimplemented from TAO_PSDL_Node.

Definition at line 1963 of file PSDL_Node.h.

Referenced by type(), and ~TAO_PSDL_Const_Type().


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