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

Process Class Reference

#include <process.h>

Inheritance diagram for Process:

Inheritance graph
[legend]
Collaboration diagram for Process:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

Process::Process SrcPosition position  )  [inline]
 

Definition at line 10 of file process.h.

References Ast::position.

00011                                 : Ast(position) {}

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

Definition at line 13 of file process.h.

00013                                    {
00014                 }


Member Function Documentation

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

Reimplemented from Ast.

Reimplemented in SequentialProcess, and SimpleProcess.

Definition at line 16 of file process.h.

References Ast::operator=().

Referenced by SimpleProcess::operator=(), and SequentialProcess::operator=().

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

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

Reimplemented from Ast.

Reimplemented in SequentialProcess, and SimpleProcess.

Definition at line 20 of file process.h.

References Ast::operator==().

Referenced by SimpleProcess::operator==(), and SequentialProcess::operator==().

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


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