Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
An abstraction for discrete units of work, or tasks. More...
#include <Objectively/Condition.h>
#include <Objectively/Object.h>
#include <Objectively/MutableArray.h>
Go to the source code of this file.
Data Structures | |
struct | Operation |
An abstraction for discrete units of work, or tasks. More... | |
Typedefs | |
typedef void(* | OperationFunction) (Operation *operation) |
The function type for Operation execution. More... | |
Functions | |
OBJECTIVELY_EXPORT Class * | _Operation (void) |
An abstraction for discrete units of work, or tasks.
Definition in file Operation.h.
typedef void(* OperationFunction) (Operation *operation) |
The function type for Operation execution.
operation | The executing Operation. |
Definition at line 42 of file Operation.h.
OBJECTIVELY_EXPORT Class * _Operation | ( | void | ) |
Definition at line 233 of file Operation.c.