Zen
A cross-platform functional programming language

Linker Class Reference

Linker type runners. More...

#include <zrt.hpp>

Inheritance diagram for Linker:
Runner

List of all members.

Public Member Functions

 Linker ()
 Default constructor.
virtual ~Linker ()
 Destructor.

Private Member Functions

virtual bool enterRun ()
 Enter the closure.
virtual bool leaveRun ()
 Leave the closure.

Detailed Description

Linker type runners.


Member Function Documentation

bool enterRun ( ) [private, virtual]

Enter the closure.

Returns:
True if success

Implements Runner.

bool leaveRun ( ) [private, virtual]

Leave the closure.

Returns:
True if success

Implements Runner.


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