MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getOutputStream

Method getOutputStream

test/TestSuite.h:115–117  ·  view source on GitHub ↗

Return the output stream

Source from the content-addressed store, hash-verified

113
114// Return the output stream
115inline const std::ostream* TestSuite::getOutputStream() const {
116 return mOutputStream;
117}
118
119// Set the output stream
120inline void TestSuite::setOutputStream(std::ostream* outputStream) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected