libosmscout
0.1
|
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include <osmscout/lib/CoreImportExport.h>
#include <osmscout/util/Locale.h>
#include <osmscout/util/TagErrorReporter.h>
#include <osmscout/io/FileScanner.h>
#include <osmscout/io/FileWriter.h>
#include <osmscout/system/Assert.h>
Classes | |
class | osmscout::Feature |
A feature combines one or multiple tags to build information attribute for a type. More... | |
class | osmscout::FeatureInstance |
An instantiation of a feature for a certain type. More... | |
class | osmscout::FeatureValue |
Namespaces | |
osmscout | |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Typedefs | |
using | osmscout::FeatureRef = std::shared_ptr< Feature > |