dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
ForeachFunction.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  collForeach_s
 

Typedefs

typedef void * collForeachResult
 
typedef struct collForeach_s collForeach
 
typedef bool(* collForeachFunction )(collForeach *context)
 

Typedef Documentation

typedef struct collForeach_s collForeach
typedef bool( * collForeachFunction)(collForeach *context)

Definition at line 17 of file ForeachFunction.h.

typedef void* collForeachResult

Definition at line 6 of file ForeachFunction.h.