MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / toString

Method toString

src/uniquepid.cpp:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199string
200UniquePid::toString() const
201{
202 ostringstream o;
203
204 o << *this;
205 return o.str();
206}
207
208void
209UniquePid::resetOnFork()

Callers 2

dmtcp_get_uniquepid_strFunction · 0.45
ProcessInfoClass · 0.45

Calls 1

strMethod · 0.45

Tested by

no test coverage detected