|
libosmscout 0.1
|
#include <osmscout/lib/CoreImportExport.h>#include <osmscout/lib/CoreFeatures.h>#include <osmscout/system/SystemTypes.h>Namespaces | |
| namespace | osmscout |
| Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Typedefs | |
| using | osmscout::FileOffset = uint64_t |
| Type for describing the position of data within a file. | |
| using | osmscout::Id = uint64_t |
| Type to be used for libosmscout internal ids (unsigned numbers with 64 bit size). | |
| using | osmscout::OSMId = int64_t |
| Type to be used for OSM ids (signed numbers with 64 bit size). | |
| using | osmscout::PageId = uint64_t |
| using | osmscout::TypeId = uint16_t |
| Type for describing a type of an way, area or node. | |
| using | osmscout::VehicleMask = uint8_t |
Enumerations | |
| enum | osmscout::Vehicle : uint8_t { osmscout::vehicleFoot = 1u << 1u , osmscout::vehicleBicycle = 1u << 2u , osmscout::vehicleCar = 1u << 3u } |