![]() |
LeechCraft
0.6.70-13605-g8cd066ad6a
Modular cross-platform feature rich live environment.
|
#include "assoccache.h"
Public Member Functions | |
| AssocCache (size_t maxCost) | |
| size_t | size () const |
| void | clear () |
| bool | contains (const K &) const |
| V & | operator[] (const K &) |
Definition at line 131 of file assoccache.h.
|
inline |
Definition at line 147 of file assoccache.h.
| void LC::Util::AssocCache< K, V, CS >::clear | ( | ) |
Definition at line 168 of file assoccache.h.
| bool LC::Util::AssocCache< K, V, CS >::contains | ( | const K & | k | ) | const |
Definition at line 175 of file assoccache.h.
| V & LC::Util::AssocCache< K, V, CS >::operator[] | ( | const K & | key | ) |
Definition at line 181 of file assoccache.h.
| size_t LC::Util::AssocCache< K, V, CS >::size | ( | ) | const |
Definition at line 162 of file assoccache.h.