41static_assert(std::is_integral<id_t>::value,
"Index has to be an integer!");
42static_assert(std::numeric_limits<id_t>::is_signed,
"Index has to be signed!");
47 BITPIT_PUBLIC_API
static const id_type NULL_ID;
54 void trash(id_type
id);
61 void dump(std::ostream &stream)
const;
62 void restore(std::istream &stream);
68 std::set<id_type> m_trash;
70 void eraseFromTrash(id_type
id);
72 int getBinaryArchiveVersion()
const;