MCPcopy Create free account
hub / github.com/Kitware/ParaView / StreamToString

Method StreamToString

Remoting/ClientServerStream/vtkClientServerStream.cxx:2418–2424  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2416
2417//----------------------------------------------------------------------------
2418const char* vtkClientServerStream::StreamToString() const
2419{
2420 std::ostringstream ostr;
2421 this->StreamToString(ostr);
2422 this->Internal->String = ostr.str();
2423 return this->Internal->String.c_str();
2424}
2425
2426//----------------------------------------------------------------------------
2427void vtkClientServerStream::StreamToString(ostream& os) const

Callers 3

ExecuteStreamInternalMethod · 0.80
ArgumentValueToStringMethod · 0.80
do_testFunction · 0.80

Calls 2

GetNumberOfMessagesMethod · 0.95
MessageToStringMethod · 0.95

Tested by

no test coverage detected