MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / SetForwardRef

Method SetForwardRef

include/extractor/extraction_way.hpp:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 void SetName(const char *value) { detail::maybeSetString(name, value); }
69 const char *GetName() const { return name.c_str(); }
70 void SetForwardRef(const char *value) { detail::maybeSetString(forward_ref, value); }
71 const char *GetForwardRef() const { return forward_ref.c_str(); }
72 void SetBackwardRef(const char *value) { detail::maybeSetString(backward_ref, value); }
73 const char *GetBackwardRef() const { return backward_ref.c_str(); }

Callers 1

InitContextMethod · 0.80

Calls 1

maybeSetStringFunction · 0.85

Tested by

no test coverage detected