libosmscout  0.1
OSMScoutTypes.h File Reference
#include <osmscout/lib/CoreImportExport.h>
#include <osmscout/lib/CoreFeatures.h>
#include <osmscout/system/SystemTypes.h>

Namespaces

 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
 
using osmscout::Id = uint64_t
 
using osmscout::OSMId = int64_t
 
using osmscout::PageId = 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 }