CatapultServer
v0.5.0.1 (Elephant)
|
A mixin for adding size support to a cache. More...
Public Member Functions | |
SizeMixin (const TSet &set) | |
Creates a mixin around set. More... | |
size_t | size () const |
Gets the number of elements in the cache. More... | |
Private Attributes | |
const TSet & | m_set |
A mixin for adding size support to a cache.
|
inlineexplicit |
Creates a mixin around set.
|
inline |
Gets the number of elements in the cache.
|
private |