Go to the source code of this file.
Namespaces | |
namespace | af |
Macros | |
#define | gfor(var, ...) |
Typedefs | |
typedef array(* | batchFunc_t) (const array &lhs, const array &rhs) |
Functions | |
AFAPI bool | gforToggle () |
AFAPI bool | gforGet () |
AFAPI void | gforSet (bool val) |
AFAPI array | batchFunc (const array &lhs, const array &rhs, batchFunc_t func) |
#define gfor | ( | var, | |
... ) |