18 bool has_value =
true;
19 std::map<unsigned char, Slot> slots;
22 unsigned char current_value = ReadData<unsigned char>(iter, length);
24 slots.insert({
static_cast<unsigned char>(current_value & 0x7F), ReadData<Slot>(iter, length) });
26 has_value = current_value & (1 << 7);