25#ifndef ACTF_MAPPINGS_H
26#define ACTF_MAPPINGS_H
const char * actf_mappings_find_uint(const actf_mappings *maps, uint64_t val, actf_it *it)
Find the next name matching the provided value.
const char * actf_mappings_find_first_uint(const actf_mappings *maps, uint64_t val)
Find the first name matching the provided value.
size_t actf_mappings_len(const actf_mappings *maps)
Get the number of mappings.
struct actf_mappings actf_mappings
Mappings map names to integer range sets.
Definition mappings.h:34
const char * actf_mappings_find_first_sint(const actf_mappings *maps, int64_t val)
const char * actf_mappings_find_sint(const actf_mappings *maps, int64_t val, actf_it *it)
An iterator.
Definition types.h:136
Basic types used by ACTF.