libosmscout
0.1
|
#include <limits>
#include <list>
#include <unordered_map>
#include <vector>
#include <osmscout/lib/CoreFeatures.h>
#include <osmscout/system/Assert.h>
#include <osmscout/OSMScoutTypes.h>
#include <osmscout/log/Logger.h>
Classes | |
class | osmscout::Cache< K, V, IK > |
struct | osmscout::Cache< K, V, IK >::CacheEntry |
An individual entry in the cache. More... | |
class | osmscout::Cache< K, V, IK >::ValueSizer |
ValueSizer returns the size (in bytes) of an individual cache value. More... | |
Namespaces | |
osmscout | |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |