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

Method dump_to_string

dds/InfoRepo/DCPSInfo_i.cpp:2537–2553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2535
2536
2537char*
2538TAO_DDS_DCPSInfo_i::dump_to_string()
2539{
2540 std::string dump;
2541#if !defined (OPENDDS_INFOREPO_REDUCED_FOOTPRINT)
2542 std::string indent (" ");
2543
2544 for (DCPS_IR_Domain_Map::const_iterator dm = domains_.begin();
2545 dm != domains_.end();
2546 dm++)
2547 {
2548 dump += dm->second->dump_to_string(indent, 0);
2549 }
2550#endif // !defined (OPENDDS_INFOREPO_REDUCED_FOOTPRINT)
2551 return CORBA::string_dup(dump.c_str());
2552
2553}
2554
2555void TAO_DDS_DCPSInfo_i::cleanup_all_built_in_topics()
2556{

Callers 1

ACE_TMAINFunction · 0.45

Calls 3

string_dupFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected