libosmscout
0.1
|
#include <list>
#include <memory>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <array>
#include <osmscout/lib/CoreImportExport.h>
#include <osmscout/ObjectRef.h>
#include <osmscout/OSMScoutTypes.h>
#include <osmscout/Tag.h>
#include <osmscout/TypeFeature.h>
#include <osmscout/util/TagErrorReporter.h>
#include <osmscout/util/Number.h>
#include <osmscout/io/FileScanner.h>
#include <osmscout/io/FileWriter.h>
#include <osmscout/system/Assert.h>
#include <osmscout/system/Compiler.h>
Classes | |
class | osmscout::FeatureValueBuffer |
A FeatureValueBuffer is instantiated by an object and holds information about the type of the object, the features and feature values available for the given object. More... | |
class | osmscout::TypeConfig |
class | osmscout::TypeInfo |
struct | osmscout::TypeInfo::TypeCondition |
Namespaces | |
osmscout | |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Typedefs | |
using | osmscout::FeatureValueBufferRef = std::shared_ptr< FeatureValueBuffer > |
using | osmscout::TypeConfigRef = std::shared_ptr< TypeConfig > |
using | osmscout::TypeInfoRef = std::shared_ptr< TypeInfo > |
Variables | |
static const uint32_t | osmscout::FILE_FORMAT_VERSION =26 |
static const TypeId | osmscout::typeIgnore = 0 |