1 #ifndef DM_IINDEX_MAP_HPP_INCLUDED
2 #define DM_IINDEX_MAP_HPP_INCLUDED
8 #include "DM/config.hpp"
9 #include "DM/ObjectBase.hpp"
10 #include "DM/Handle.hpp"
23 virtual int id()
const = 0;
25 virtual int64_t size()
const = 0;
26 virtual int64_t operator[](
const int64_t index)
const = 0;
33 #endif //DM_IINDEX_MAP_HPP_INCLUDED