libosmscout  0.1
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>

Classes

class  osmscout::RoutePosition
 
class  osmscout::RoutePositionResult
 
class  osmscout::RouterParameter
 
class  osmscout::RoutingParameter
 
class  osmscout::RoutingProgress
 
class  osmscout::RoutingService
 
struct  osmscout::RoutingService::ClosedNodeHasher
 Helper class for calculating hash codes for VNode instances to make it usable in std::unordered_set. More...
 
struct  osmscout::RoutingService::RNode
 
struct  osmscout::RoutingService::RNodeCostCompare
 
struct  osmscout::RoutingService::VNode
 

Namespaces

 osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Typedefs

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