libdballe
9.11
|
Public Member Functions | |
LevTrCache (const LevTrCache &)=delete | |
LevTrCache (LevTrCache &&)=delete | |
LevTrCache & | operator= (const LevTrCache &)=delete |
LevTrCache & | operator= (LevTrCache &&)=delete |
const LevTrEntry * | find_entry (int id) const |
const LevTrEntry * | insert (const LevTrEntry &e) |
const LevTrEntry * | insert (const LevTrEntry &e, int id) |
const LevTrEntry * | insert (std::unique_ptr< LevTrEntry > e) |
int | find_id (const LevTrEntry &e) const |
void | clear () |
Public Attributes | |
std::unordered_map< int, LevTrEntry * > | by_id |
LevTrReverseIndex | reverse |