|
CAEN Utility
2.0.2
Utilities for CAEN projects
|
Definitions and types for CAENMAP.h. More...
#include <stdlib.h>#include <stdbool.h>Go to the source code of this file.
Data Structures | |
| struct | c_map_base_t |
| Base type for maps. More... | |
| struct | c_map_iter_t |
| Iterator. More... | |
Macros | |
| #define | c_map_t(T) struct { c_map_base_t base; T *ref; T tmp; } |
Typedefs | |
| typedef struct c_map_node_t | c_map_node_t |
Definitions and types for CAENMAP.h.
Definition in file CAENMapTypes.h.
| typedef struct c_map_node_t c_map_node_t |
Definition at line 47 of file CAENMapTypes.h.