libosmscout 0.1
|
#include <osmscout/lib/CoreImportExport.h>
#include <string>
#include <tuple>
#include <osmscout/OSMScoutTypes.h>
#include <osmscout/system/Compiler.h>
Classes | |
class | osmscout::ObjectFileRef |
Reference to an libosmscout internal object by its type (area, way, node) and by its file offset within its data file. More... | |
class | osmscout::ObjectFileRefByFileOffsetComparator |
Comparator to sort ObjectFileRefs strictly by increasing file offset. More... | |
class | osmscout::ObjectOSMRef |
Reference to an OSM object by its type (Node, Way, Relation) and its OSM object id. More... | |
Namespaces | |
namespace | osmscout |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Enumerations | |
enum | osmscout::OSMRefType { osmscout::osmRefNone = 0 , osmscout::osmRefNode = 1 , osmscout::osmRefWay = 2 , osmscout::osmRefRelation = 3 } |
enum | osmscout::RefType { osmscout::refNone = 0 , osmscout::refNode = 1 , osmscout::refArea = 2 , osmscout::refWay = 3 } |