Zen
A cross-platform functional programming language

Joiner Class Reference

Joiner type runners. More...

#include <zrt.hpp>

Inheritance diagram for Joiner:
Runner

List of all members.

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.

Detailed Description

Joiner type runners.


Constructor & Destructor Documentation

Joiner ( const Joiner src)

Copy constructor.

Parameters:
srcSource instance

Member Function Documentation

bool enterRun ( ) [virtual]

Enter the closure.

Returns:
True if success

Implements Runner.

bool leaveRun ( ) [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