Zen
A cross-platform functional programming language

Runner Class Reference

Base class for runners. More...

#include <zrt.hpp>

Inheritance diagram for Runner:
Joiner Linker

List of all members.

Public Member Functions

virtual ~Runner ()
 Destructor.
virtual bool enterRun ()=0
 Enter the closure.
virtual bool leaveRun ()=0
 Leave the closure.

Protected Member Functions

 Runner ()
 Default constructor.

Detailed Description

Base class for runners.


Member Function Documentation

virtual bool enterRun ( ) [pure virtual]

Enter the closure.

Returns:
True if success

Implemented in Linker, and Joiner.

virtual bool leaveRun ( ) [pure virtual]

Leave the closure.

Returns:
True if success

Implemented in Linker, and Joiner.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines