|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/util/Cache.h>
Public Member Functions | |
| CacheEntry (const K &key) | |
| CacheEntry (const K &key, const V &value) | |
Public Attributes | |
| K | key |
| V | value |
An individual entry in the cache.
|
inlineexplicit |
|
inline |
| K osmscout::Cache< K, V, IK >::CacheEntry::key |
| V osmscout::Cache< K, V, IK >::CacheEntry::value |