|
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 > |
| Generic FIFO cache implementation with O(n log n) semantic. More... | |
| 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 | |
| namespace | osmscout |
| Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |