dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Map.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 #define COLL_MAP_TYPE collMap
9 typedef void * UTIL_CONCAT(COLL_MAP_TYPE,Value);
10 
11 #include <coll/Map.template>
12 #undef COLL_MAP_TYPE
13 #undef COLL_MAP_NAME
14 
15 #ifdef __cplusplus
16 }
17 #endif
void * UTIL_CONCAT(COLL_MAP_TYPE, Value)
Definition: Map.h:9
#define COLL_MAP_TYPE
Definition: Map.h:8