osrm-backend/DataStructures
Sarah Hoffmann 66c23b5843 extended access handling
This adds a few more configuration options for a more flexible access
tag handling:

accessTags -
  replaces accessTag and is an ordered list of access tags to take into
  account. The first tag in the list found will determine the access.
  This allows to model OSM's access hierarchy where a more specific
  access tag might override a more general one.
accessForbiddenKeys -
  unordered list of values that disallow access (similar to
  accessRestrictionKeys). Replaces hardcoded values in extractor.
accessForbiddenDefault -
  unordered list of highway types where access is forbidden unless an
  explicit positiv access tag is given. Replaces the current track
  hack.
2012-08-20 21:13:54 +02:00
..
BaseParser.h Fixing constant-sized memory leaks 2012-01-31 17:44:55 +01:00
BinaryHeap.h Replaced google sparsehash by boost unordered map 2011-12-10 14:09:40 +01:00
ConcurrentQueue.h Restructured concurrent FIFO queue to use a circular buffer. Thx to the 2012-04-06 15:07:28 +02:00
DeallocatingVector.h Marking default constructor in iterator as private 2012-07-23 16:12:22 +02:00
DynamicGraph.h Moving verbosity to debug mode 2012-05-03 11:59:58 +02:00
ExtractorCallBacks.h extended access handling 2012-08-20 21:13:54 +02:00
ExtractorStructs.h extended access handling 2012-08-20 21:13:54 +02:00
GridEdge.h Exploration of tiny components. 2012-07-13 17:01:21 +02:00
HashTable.h Hashtable does not allocate during operator[], RouteParameters to 2011-12-28 14:14:09 +01:00
ImportEdge.h Independent set tie-breaker in O(1) space and time 2012-05-23 21:18:38 +02:00
InputReaderFactory.h removed linebreak. 2011-10-07 18:38:54 +03:00
LRUCache.h Implementation of copy-insert of LRU cache 2012-06-12 13:25:38 +02:00
NNGrid.h Fixing a bug that crashed the daemon once in a while. 2012-08-13 15:40:22 +02:00
NodeCoords.h Removed all header file includes from typedef.h 2012-07-02 16:00:00 +02:00
NodeInformationHelpDesk.h Exploration of tiny components. 2012-07-13 17:01:21 +02:00
PBFParser.h Use libosmpbf instead of self-supplied PBF format definitions 2012-06-27 19:00:58 +02:00
Percent.h Adding another method to simply add the increment. 2012-03-05 09:37:13 +01:00
PhantomNodes.h Fixing a bug with hinting coordinates on one-way streets. 2012-03-16 13:22:51 +01:00
QueryEdge.h First (buggy) implementation of single via node alternative routes. 2012-06-15 18:47:27 +02:00
SearchEngine.h Exploration of tiny components. 2012-07-13 17:01:21 +02:00
SegmentInformation.h Fixes issue #104. Heading and Azimuth get computed now. 2012-02-07 14:47:01 +01:00
SimpleStack.h Replace recursive unpacking procedure by a stack'ed implementation. 2011-12-17 20:17:40 +01:00
StaticGraph.h Fixes issue #259 2012-05-31 14:01:51 +02:00
StaticKDTree.h Fixing missing include 2012-07-10 11:56:40 +02:00
TurnInstructions.h Implemented T-Test and output of route options 2012-06-19 17:26:34 +02:00
Util.h Adjusted coding style, inlined functions 2011-10-14 15:10:28 +02:00
XMLParser.h Excluding barrier=cattle_grid 2012-03-19 13:48:01 +01:00
XORFastHash.h Cache-Aware preprocessing with less space requirements 2012-07-10 11:50:41 +02:00
XORFastHashStorage.h Cache-Aware preprocessing with less space requirements 2012-07-10 11:50:41 +02:00