33 typedef std::bitset<72> key_map;
35 typedef std::bitset<((MAX_INDEXES+7)/8*8)> key_map;
39 extern const key_map key_map_empty;
42 bool is_keymap_prefix(
const key_map& map,
const uint32_t n);
43 bool is_overlapping(
const key_map& map,
const key_map& map2);
44 void set_prefix(key_map& map,
const uint32_t n);
45 void key_map_subtract(key_map& map1, key_map& map2);
TODO: Rename this file - func.h is stupid.
Visibility Control Macros.