CAEN Utility  2.0.2
Utilities for CAEN projects
CAENMapTypes.h File Reference

Definitions and types for CAENMAP.h. More...

#include <stdlib.h>
#include <stdbool.h>
Include dependency graph for CAENMapTypes.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Definitions and types for CAENMAP.h.

Author
Giovanni Cerretani, rxi

Definition in file CAENMapTypes.h.

Typedef Documentation

◆ c_map_node_t

typedef struct c_map_node_t c_map_node_t

Definition at line 47 of file CAENMapTypes.h.