libosmscout 1.1.1
Loading...
Searching...
No Matches
OSMScoutTypes.h File Reference
#include <osmscout/lib/CoreImportExport.h>
#include <osmscout/lib/CoreFeatures.h>
#include <osmscout/system/SystemTypes.h>
Include dependency graph for OSMScoutTypes.h:
This graph shows which files directly or indirectly include this file:

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 }