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

Method getOutputStream

test/Test.h:145–147  ·  view source on GitHub ↗

Return the output stream

Source from the content-addressed store, hash-verified

143
144// Return the output stream
145inline const std::ostream* Test::getOutputStream() const {
146 return mOutputStream;
147}
148
149// Set the output stream
150inline void Test::setOutputStream(std::ostream* stream) {

Callers 2

addTestMethod · 0.45
printReportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected