CAEN Utility  2.0.2
Utilities for CAEN projects
c_map_base_t Struct Reference

Base type for maps. More...

#include <CAENMapTypes.h>

Collaboration diagram for c_map_base_t:

Data Fields

c_map_node_t ** buckets
 
size_t nbuckets
 
size_t nnodes
 
bool initialized
 

Detailed Description

Base type for maps.

Warning
Do not use directly. Instead, redefined it using c_map_t() to point to a specific type.

Definition at line 50 of file CAENMapTypes.h.

Field Documentation

◆ buckets

c_map_node_t** buckets

Definition at line 51 of file CAENMapTypes.h.

◆ nbuckets

size_t nbuckets

Definition at line 52 of file CAENMapTypes.h.

◆ nnodes

size_t nnodes

Definition at line 53 of file CAENMapTypes.h.

◆ initialized

bool initialized

Definition at line 54 of file CAENMapTypes.h.


The documentation for this struct was generated from the following file: