1 #ifndef DM_IINDEX_MAP_SET_HPP_INCLUDED
2 #define DM_IINDEX_MAP_SET_HPP_INCLUDED
9 #include "DM/config.hpp"
10 #include "DM/IIndexMap.hpp"
11 #include "DM/Iterator.hpp"
25 virtual int64_t size()
const = 0;
27 virtual IIndexMap& operator[](
const int id) = 0;
28 virtual const IIndexMap& operator[](
const int id)
const = 0;
39 #endif //DM_IINDEX_MAP_SET_HPP_INCLUDED