Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

Guard Class Reference

#include <guard.h>

Inheritance diagram for Guard:

Inheritance graph
[legend]
Collaboration diagram for Guard:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Guard (SrcPosition *position)
virtual ~Guard ()
virtual Astoperator= (const Ast &ast)
virtual bool operator== (const Ast &ast) const

Constructor & Destructor Documentation

Guard::Guard SrcPosition position  )  [inline]
 

Definition at line 10 of file guard.h.

References Ast::position.

00011                                 : Ast(position) {}

virtual Guard::~Guard  )  [inline, virtual]
 

Definition at line 13 of file guard.h.

00013                                  {
00014                 }


Member Function Documentation

virtual Ast& Guard::operator= const Ast ast  )  [inline, virtual]
 

Reimplemented from Ast.

Reimplemented in GuardExpression, GuardReceive, and GuardTimeout.

Definition at line 16 of file guard.h.

References Ast::operator=().

Referenced by GuardTimeout::operator=(), GuardReceive::operator=(), and GuardExpression::operator=().

00016                                                          {
00017                         return Ast::operator=(ast);
00018                 }

virtual bool Guard::operator== const Ast ast  )  const [inline, virtual]
 

Reimplemented from Ast.

Reimplemented in GuardExpression, GuardReceive, and GuardTimeout.

Definition at line 19 of file guard.h.

References Ast::operator==().

Referenced by GuardTimeout::operator==(), GuardReceive::operator==(), and GuardExpression::operator==().

00019                                                                 {
00020                         return Ast::operator==(ast);
00021                 }


The documentation for this class was generated from the following file:
Generated on Mon Dec 1 17:39:03 2003 for Protomake by doxygen1.3