dcrud
0.0.0
Distributed data and services
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
ForeachFunction.h
Go to the documentation of this file.
1
#pragma once
2
#ifdef __cplusplus
3
extern
"C"
{
4
#endif
5
6
typedef
void
*
collForeachResult
;
7
8
typedef
struct
collForeach_s
{
9
10
unsigned
int
index
;
11
void
*
item
;
12
void
*
user
;
13
collForeachResult
retVal
;
14
15
}
collForeach
;
16
17
typedef
bool
( *
collForeachFunction
)(
collForeach
* context );
18
19
#ifdef __cplusplus
20
}
21
#endif
collForeach_s::item
void * item
Definition:
ForeachFunction.h:11
collForeach_s::index
unsigned int index
Definition:
ForeachFunction.h:10
collForeach_s::retVal
collForeachResult retVal
Definition:
ForeachFunction.h:13
collForeachFunction
bool(* collForeachFunction)(collForeach *context)
Definition:
ForeachFunction.h:17
collForeach_s
Definition:
ForeachFunction.h:8
collForeachResult
void * collForeachResult
Definition:
ForeachFunction.h:6
bool
int bool
Definition:
types.h:11
collForeach_s::user
void * user
Definition:
ForeachFunction.h:12
collForeach
struct collForeach_s collForeach
inc
coll
ForeachFunction.h
Generated on Sun Jan 10 2016 19:24:07 for dcrud by
1.8.7