osrm-backend/include/extractor
Patrick Niklaus e7ea5f500d Don't pass shared_ptr down to functions
"Don’t pass a smart pointer as a function parameter unless you want to
use or manipulate the smart pointer itself, such as to share or transfer
ownership."

Source:
http://herbsutter.com/2013/06/05/gotw-91-solution-smart-pointer-parameters/
2016-04-05 22:58:32 +02:00
..
guidance Don't pass shared_ptr down to functions 2016-04-05 22:58:32 +02:00
compressed_edge_container.hpp Runs scripts/format.sh 2016-04-05 22:58:32 +02:00
edge_based_edge.hpp Split import_edge.hpp: node_based_edge.hpp, edge_based_edge.hpp closes #1604 2016-01-11 20:11:44 +01:00
edge_based_graph_factory.hpp Big Restructuring / Cleanup 2016-04-05 22:58:32 +02:00
edge_based_node.hpp First round of lat,lng -> lng,lat switcheroo 2016-04-05 22:58:32 +02:00
external_memory_node.hpp First round of lat,lng -> lng,lat switcheroo 2016-04-05 22:58:32 +02:00
extraction_containers.hpp Run clang-format 2016-01-08 01:31:57 +01:00
extraction_helper_functions.hpp Fixes undefined behavior via One-Definition-Rule violations 2016-02-26 06:39:52 +01:00
extraction_node.hpp Run clang-format 2016-01-08 01:31:57 +01:00
extraction_way.hpp Big Restructuring / Cleanup 2016-04-05 22:58:32 +02:00
extractor_callbacks.hpp Takes care of proper special member generation globally, fixes #1689 2016-01-27 17:25:30 +01:00
extractor_config.hpp Remove GeoJSON based debugging output, we can now generate vector tiles with roughly the same data on-the-fly. 2016-03-01 23:51:25 +01:00
extractor.hpp Create public facing libraries for extractor, contractor and datastore 2016-01-21 06:47:34 +01:00
first_and_last_segment_of_way.hpp Run modernizer 2016-01-18 16:54:30 +01:00
graph_compressor.hpp Run clang-format 2016-01-08 01:31:57 +01:00
internal_extractor_edge.hpp Big Restructuring / Cleanup 2016-04-05 22:58:32 +02:00
node_based_edge.hpp Big Restructuring / Cleanup 2016-04-05 22:58:32 +02:00
original_edge_data.hpp Big Restructuring / Cleanup 2016-04-05 22:58:32 +02:00
query_node.hpp First round of lat,lng -> lng,lat switcheroo 2016-04-05 22:58:32 +02:00
raster_source.hpp make AppVeyor work again 2016-03-31 16:49:30 +02:00
restriction_map.hpp Eliminate extra semicola 2016-03-15 11:47:57 +01:00
restriction_parser.hpp Run clang-format 2016-01-08 01:31:57 +01:00
restriction.hpp Run clang-format 2016-01-08 01:31:57 +01:00
scripting_environment.hpp Takes care of proper special member generation globally, fixes #1689 2016-01-27 17:25:30 +01:00
speed_profile.hpp Run clang-format 2016-01-08 01:31:57 +01:00
tarjan_scc.hpp Split import_edge.hpp: node_based_edge.hpp, edge_based_edge.hpp closes #1604 2016-01-11 20:11:44 +01:00
travel_mode.hpp Fix travel mode passing from profiles up to the API 2016-04-05 22:58:32 +02:00