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

Method GetName

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

Source from the content-addressed store, hash-verified

67 // wrappers to allow assigning nil (nullptr) to string values
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); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected