libosmscout 1.1.1
Loading...
Searching...
No Matches
RoutingService.h File Reference
#include <atomic>
#include <functional>
#include <list>
#include <memory>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <osmscout/lib/CoreFeatures.h>
#include <osmscout/Point.h>
#include <osmscout/TypeConfig.h>
#include <osmscout/routing/RouteNode.h>
#include <osmscout/io/DataFile.h>
#include <osmscout/db/Database.h>
#include <osmscout/db/ObjectVariantDataFile.h>
#include <osmscout/Intersection.h>
#include <osmscout/routing/RouteDescription.h>
#include <osmscout/routing/RouteData.h>
#include <osmscout/routing/RouteNodeDataFile.h>
#include <osmscout/routing/RoutingProfile.h>
#include <osmscout/routing/DBFileOffset.h>
#include <osmscout/async/Breaker.h>
#include <osmscout/util/Cache.h>
#include <osmscout/system/Compiler.h>
Include dependency graph for RoutingService.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  osmscout::CLASS_FINAL< DataLoader >
class  osmscout::RoutingProgress
class  osmscout::RoutingService
struct  osmscout::RoutingService::RNode
struct  osmscout::RoutingService::RNodeCostCompare
struct  osmscout::RoutingService::VNode
struct  osmscout::RoutingService::ClosedNodeHasher

Namespaces

namespace  osmscout

Typedefs

using osmscout::RoutingProgressRef = std::shared_ptr<RoutingProgress>