MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / canonical_path

Method canonical_path

dds/idl/topic_keys.cpp:347–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347std::string TopicKeys::Iterator::canonical_path()
348{
349 std::stringstream ss;
350 path_i(ss, true);
351 return ss.str();
352}
353
354void TopicKeys::Iterator::path_i(std::stringstream& ss, bool canonical)
355{

Callers 1

gen_isDcpsKeyFunction · 0.80

Calls 1

strMethod · 0.45

Tested by

no test coverage detected