|
libosmscout 1.1.1
|
#include <osmscout/lib/CoreImportExport.h>#include <osmscout/lib/CoreFeatures.h>#include <osmscout/system/SystemTypes.h>

Go to the source code of this file.
Namespaces | |
| namespace | osmscout |
Typedefs | |
| using | osmscout::OSMId = int64_t |
| using | osmscout::Id = uint64_t |
| using | osmscout::PageId = uint64_t |
| using | osmscout::FileOffset = uint64_t |
| using | osmscout::TypeId = uint16_t |
| using | osmscout::VehicleMask = uint8_t |
Enumerations | |
| enum | osmscout::Vehicle : uint8_t { osmscout::vehicleFoot = 1u << 1u , osmscout::vehicleBicycle = 1u << 2u , osmscout::vehicleCar = 1u << 3u } |