PLaSK library
|
This is the complete list of members for plask::StrongCache< Key, Value, DeleteStrategy >, including all inherited members.
append(Key *index, ValuePtr value) | plask::CacheBase< Key, ValuePtr, DeleteStrategy > | inline |
append(plask::shared_ptr< Key > index, ValuePtr value) | plask::CacheBase< Key, ValuePtr, DeleteStrategy > | inline |
clear() | plask::CacheBase< Key, ValuePtr, DeleteStrategy > | inline |
get(Key *index) const | plask::StrongCache< Key, Value, DeleteStrategy > | inline |
get(plask::shared_ptr< Key > index) const | plask::StrongCache< Key, Value, DeleteStrategy > | inline |
operator()(Key *index, Value *value) | plask::CacheBase< Key, ValuePtr, DeleteStrategy > | inline |
operator()(Key *index, shared_ptr< Value > value) | plask::CacheBase< Key, ValuePtr, DeleteStrategy > | inline |
operator()(plask::shared_ptr< Key > index, Value *value) | plask::CacheBase< Key, ValuePtr, DeleteStrategy > | inline |
operator()(plask::shared_ptr< Key > index, shared_ptr< Value > value) | plask::CacheBase< Key, ValuePtr, DeleteStrategy > | inline |
Value typedef | plask::CacheBase< Key, ValuePtr, DeleteStrategy > | |
~CacheBase() | plask::CacheBase< Key, ValuePtr, DeleteStrategy > | inline |