1#ifndef CCC_IMPL_TYPES_H
2#define CCC_IMPL_TYPES_H
10enum ccc_entry_status_ : uint8_t
13 CCC_ENTRY_OCCUPIED = 0x1,
14 CCC_ENTRY_INSERT_ERROR = 0x2,
15 CCC_ENTRY_ARG_ERROR = 0x4,
16 CCC_ENTRY_NO_UNWRAP = 0x8,
23 enum ccc_entry_status_ stats_;
29 struct ccc_ent_ impl_;
36 enum ccc_entry_status_ stats_;
42 struct ccc_handl_ impl_;
63 struct ccc_range_u_ impl_;
69 struct ccc_range_u_ impl_;