olp-cpp-sdk
1.22.0
|
A type of objects to be stored. More...
#include <LruCache.h>
Public Member Functions | |
const Key & | key () const |
Gets the key of the ValueType object. More... | |
const Value & | value () const |
Gets the value of the ValueType object. More... | |
Protected Attributes | |
MapType::const_iterator | m_it |
A typename of the map constant iterator. | |
A type of objects to be stored.
Each object is defined by a key-value pair.
|
inline |
|
inline |