dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
MapFuncPtr.h File Reference
#include <util/types.h>
#include <coll/Map.template>
Include dependency graph for MapFuncPtr.h:

Go to the source code of this file.

Macros

#define COLL_MAP_TYPE   collMapFuncPtr
 

Typedefs

typedef void(*)(void * UTIL_CONCAT )(COLL_MAP_TYPE, Value)
 

Macro Definition Documentation

#define COLL_MAP_TYPE   collMapFuncPtr

Definition at line 9 of file MapFuncPtr.h.

Typedef Documentation

typedef void(* )( void * UTIL_CONCAT)(COLL_MAP_TYPE, Value)

Definition at line 10 of file MapFuncPtr.h.