TAO_PSDL_Or_Expr Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Or_Expr:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Or_Expr:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Or_Expr (TAO_PSDL_Node *xor_expr)
 ****************************************************************
 TAO_PSDL_Or_Expr (TAO_PSDL_Node *or_expr, TAO_PSDL_Node *xor_expr)
virtual ~TAO_PSDL_Or_Expr (void)
TAO_PSDL_Nodeor_expr (void) const
 Get the value.
TAO_PSDL_Nodexor_expr (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodeor_expr_
 The values.
TAO_PSDL_Nodexor_expr_

Detailed Description

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

Definition at line 1989 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Or_Expr::TAO_PSDL_Or_Expr ( TAO_PSDL_Node xor_expr  ) 

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

Definition at line 3079 of file PSDL_Node.cpp.

03080   : or_expr_ (0),
03081     xor_expr_ (xor_expr)
03082 {
03083 }

TAO_PSDL_Or_Expr::TAO_PSDL_Or_Expr ( TAO_PSDL_Node or_expr,
TAO_PSDL_Node xor_expr 
)

Definition at line 3085 of file PSDL_Node.cpp.

03087   : or_expr_ (or_expr),
03088     xor_expr_ (xor_expr)
03089 {
03090 }

TAO_PSDL_Or_Expr::~TAO_PSDL_Or_Expr ( void   )  [virtual]

Definition at line 3092 of file PSDL_Node.cpp.

References or_expr_, and xor_expr_.

03093 {
03094   if (this->or_expr_ != 0)
03095     delete this->or_expr_;
03096 
03097   delete this->xor_expr_;
03098 }


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 3115 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_or_expr().

03116 {
03117   return visitor->visit_or_expr (this);
03118 }

TAO_PSDL_Node * TAO_PSDL_Or_Expr::or_expr ( void   )  const

Get the value.

Definition at line 3102 of file PSDL_Node.cpp.

References or_expr_.

03103 {
03104   return this->or_expr_;
03105 }

TAO_PSDL_Node * TAO_PSDL_Or_Expr::xor_expr ( void   )  const

Definition at line 3108 of file PSDL_Node.cpp.

References xor_expr_.

03109 {
03110   return this->xor_expr_;
03111 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Or_Expr::or_expr_ [private]

The values.

Definition at line 2008 of file PSDL_Node.h.

Referenced by or_expr(), and ~TAO_PSDL_Or_Expr().

TAO_PSDL_Node* TAO_PSDL_Or_Expr::xor_expr_ [private]

Definition at line 2009 of file PSDL_Node.h.

Referenced by xor_expr(), and ~TAO_PSDL_Or_Expr().


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