Zen
A cross-platform functional programming language
|
#include <zrt.hpp>
Classes | |
class | Impl |
Class for implementing Joiner. More... | |
Public Member Functions | |
Joiner () | |
Default constructor. | |
Joiner (const Joiner &src) | |
Copy constructor. | |
virtual | ~Joiner () |
Destructor. | |
virtual bool | enterRun () |
Enter the closure. | |
virtual bool | leaveRun () |
Leave the closure. | |
Private Attributes | |
Impl * | _impl |
Instance of private implementation class. |
Joiner type runners.
bool enterRun | ( | ) | [virtual] |
bool leaveRun | ( | ) | [virtual] |