libosmscout 0.1
|
#include <memory>
#include <mutex>
#include <set>
#include <unordered_map>
#include <vector>
#include <osmscout/TypeConfig.h>
#include <osmscout/io/FileScanner.h>
#include <osmscout/io/NumericIndex.h>
#include <osmscout/util/Cache.h>
#include <osmscout/log/Logger.h>
Classes | |
struct | osmscout::DataBlockSpan |
Reference a range of data entries by giving the offset of the first entry in the file and the number of data elements. More... | |
class | osmscout::DataFile< N > |
Access to standard format data files. More... | |
class | osmscout::IndexedDataFile< I, N > |
Extension of DataFile to allow loading data not only by offset but by id using an additional index file, mapping objects id to object file offset. More... | |
Namespaces | |
namespace | osmscout |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |