osrm-backend/include/extractor/guidance
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
..
classification_data.hpp Hide functional road classification based on tags in implementation file 2016-04-05 22:58:32 +02:00
discrete_angle.hpp Use stdint and using type-alias for discrete angle 2016-04-05 22:58:32 +02:00
toolkit.hpp Const-correctnes for compressed geometry iterator 2016-04-05 22:58:32 +02:00
turn_analysis.hpp Don't pass shared_ptr down to functions 2016-04-05 22:58:32 +02:00
turn_classification.hpp Big Restructuring / Cleanup 2016-04-05 22:58:32 +02:00
turn_instruction.hpp Big Restructuring / Cleanup 2016-04-05 22:58:32 +02:00