TAO_PSDL_Base_Type_Spec Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Base_Type_Spec:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Base_Type_Spec:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Base_Type_Spec (TAO_PSDL_Node *type_of_base_type_spec)
 ****************************************************************
virtual ~TAO_PSDL_Base_Type_Spec (void)
TAO_PSDL_Nodetype_of_base_type_spec (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodetype_of_base_type_spec_
 The values.

Detailed Description

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

Definition at line 1480 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Base_Type_Spec::TAO_PSDL_Base_Type_Spec ( TAO_PSDL_Node type_of_base_type_spec  ) 

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

Definition at line 2206 of file PSDL_Node.cpp.

TAO_PSDL_Base_Type_Spec::~TAO_PSDL_Base_Type_Spec ( void   )  [virtual]

Definition at line 2212 of file PSDL_Node.cpp.

References type_of_base_type_spec_.

02213 {
02214   delete this->type_of_base_type_spec_;
02215 }


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 2226 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_base_type_spec().

02227 {
02228   return visitor->visit_base_type_spec  (this);
02229 }

TAO_PSDL_Node * TAO_PSDL_Base_Type_Spec::type_of_base_type_spec ( void   )  const

Get the value.

Definition at line 2219 of file PSDL_Node.cpp.

References type_of_base_type_spec_.

Referenced by TAO_PSDL_Scope_Visitor::visit_base_type_spec(), TAO_PSDL_Node_Visitor::visit_base_type_spec(), and Dump_Visitor::visit_base_type_spec().

02220 {
02221   return this->type_of_base_type_spec_;
02222 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Base_Type_Spec::type_of_base_type_spec_ [private]

The values.

Definition at line 1496 of file PSDL_Node.h.

Referenced by type_of_base_type_spec(), and ~TAO_PSDL_Base_Type_Spec().


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