MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ScopedMessage

Method ScopedMessage

tests/catch.hpp:9376–9381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9374 ////////////////////////////////////////////////////////////////////////////
9375
9376 ScopedMessage::ScopedMessage( MessageBuilder const& builder )
9377 : m_info( builder.m_info )
9378 {
9379 m_info.message = builder.m_stream.str();
9380 getResultCapture().pushScopedMessage( m_info );
9381 }
9382
9383 ScopedMessage::~ScopedMessage() {
9384 if ( !uncaught_exceptions() ){

Callers

nothing calls this directly

Calls 2

strMethod · 0.80
pushScopedMessageMethod · 0.80

Tested by

no test coverage detected