Zen
A cross-platform functional programming language
|
#include <zrt.hpp>
Public Member Functions | |
Linker () | |
Default constructor. | |
virtual | ~Linker () |
Destructor. | |
Private Member Functions | |
virtual bool | enterRun () |
Enter the closure. | |
virtual bool | leaveRun () |
Leave the closure. |
Linker type runners.
bool enterRun | ( | ) | [private, virtual] |
bool leaveRun | ( | ) | [private, virtual] |