dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
MapFuncPtr.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5 
6 #include <util/types.h>
7 
8 #undef COLL_MAP_TYPE
9 #define COLL_MAP_TYPE collMapFuncPtr
10 typedef void (* UTIL_CONCAT(COLL_MAP_TYPE,Value))( void * );
11 
12 #include <coll/Map.template>
13 #undef COLL_MAP_TYPE
14 #undef COLL_MAP_NAME
15 
16 #ifdef __cplusplus
17 }
18 #endif
void(*)(void * UTIL_CONCAT)(COLL_MAP_TYPE, Value)
Definition: MapFuncPtr.h:10
#define COLL_MAP_TYPE
Definition: MapFuncPtr.h:9