Refactor|Uri: Allow returning path and scheme as const Str*
While a C++ interface that's heading to libdeng2 should not even know about Str*, it is needed because presently a lot of existing code relies on Str. Hence the compromise of forward declaring the opaque ddstring_s type.
Refactor|Uri: Allow returning path and scheme as const Str*
While a C++ interface that's heading to libdeng2 should not even know
about Str*, it is needed because presently a lot of existing code
relies on Str. Hence the compromise of forward declaring the opaque
ddstring_s type.