libosmscout 0.1
|
#include <osmscout/Pixel.h>
#include <osmscout/routing/AbstractRoutingService.h>
#include <osmscout/routing/SimpleRoutingService.h>
#include <osmscout/routing/DBFileOffset.h>
#include <osmscout/routing/RoutePostprocessor.h>
#include <osmscout/routing/RoutingDB.h>
Classes | |
class | osmscout::MultiDBRoutingService |
Util class for routing cross databases. More... | |
Namespaces | |
namespace | osmscout |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Typedefs | |
using | osmscout::MultiDBRoutingServiceRef = std::shared_ptr< MultiDBRoutingService > |
Reference counted reference to an RoutingService instance. | |