TAO_PSDL_Switch_Body Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Switch_Body:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Switch_Body:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Switch_Body (TAO_PSDL_Node *switch_case)
 ****************************************************************

 TAO_PSDL_Switch_Body (TAO_PSDL_Node *switch_case, TAO_PSDL_Node *switch_body)
virtual ~TAO_PSDL_Switch_Body (void)
TAO_PSDL_Nodeswitch_case (void) const
 Get the value.

TAO_PSDL_Nodeswitch_body (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.


Private Attributes

TAO_PSDL_Nodeswitch_case_
 The values.

TAO_PSDL_Nodeswitch_body_

Detailed Description

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

Definition at line 1814 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Switch_Body::TAO_PSDL_Switch_Body TAO_PSDL_Node switch_case  ) 
 

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

Definition at line 2803 of file PSDL_Node.cpp.

02804   : switch_case_ (switch_case),
02805     switch_body_ (0)
02806 {
02807 }

TAO_PSDL_Switch_Body::TAO_PSDL_Switch_Body TAO_PSDL_Node switch_case,
TAO_PSDL_Node switch_body
 

Definition at line 2809 of file PSDL_Node.cpp.

02811   : switch_case_ (switch_case),
02812     switch_body_ (switch_body)
02813 {
02814 }

TAO_PSDL_Switch_Body::~TAO_PSDL_Switch_Body void   )  [virtual]
 

Definition at line 2816 of file PSDL_Node.cpp.

References switch_case_.

02817 {
02818   delete this->switch_case_;
02819   delete this->switch_body_;
02820 }


Member Function Documentation

int TAO_PSDL_Switch_Body::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 2837 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_switch_body().

02838 {
02839   return visitor->visit_switch_body (this);
02840 }

TAO_PSDL_Node * TAO_PSDL_Switch_Body::switch_body void   )  const
 

Definition at line 2830 of file PSDL_Node.cpp.

02831 {
02832   return this->switch_body_;
02833 }

TAO_PSDL_Node * TAO_PSDL_Switch_Body::switch_case void   )  const
 

Get the value.

Definition at line 2824 of file PSDL_Node.cpp.

References switch_case_.

02825 {
02826   return this->switch_case_;
02827 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Switch_Body::switch_body_ [private]
 

Definition at line 1835 of file PSDL_Node.h.

TAO_PSDL_Node* TAO_PSDL_Switch_Body::switch_case_ [private]
 

The values.

Definition at line 1834 of file PSDL_Node.h.

Referenced by switch_case(), and ~TAO_PSDL_Switch_Body().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 14:10:32 2006 for TAO_PSS by doxygen 1.3.6