17 #ifndef QUERYENGINE_TABLEGENERATIONS_H
18 #define QUERYENGINE_TABLEGENERATIONS_H
21 #include <unordered_map>
34 const std::unordered_map<uint32_t, TableGeneration>&
asMap()
const;
42 #endif // QUERYENGINE_TABLEGENERATIONS_H
const TableGeneration & getGeneration(const uint32_t id) const
std::unordered_map< uint32_t, TableGeneration > id_to_generation_
const std::unordered_map< uint32_t, TableGeneration > & asMap() const
void setGeneration(const uint32_t id, const TableGeneration &generation)