Zen
A cross-platform functional programming language
|
Base class for runners. More...
#include <zrt.hpp>
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. |
Base class for runners.
virtual bool enterRun | ( | ) | [pure virtual] |
virtual bool leaveRun | ( | ) | [pure virtual] |