MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ~Capturer

Method ~Capturer

tests/catch.hpp:9433–9439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9431 m_messages.back().message += " := ";
9432 }
9433 Capturer::~Capturer() {
9434 if ( !uncaught_exceptions() ){
9435 assert( m_captured == m_messages.size() );
9436 for( size_t i = 0; i < m_captured; ++i )
9437 m_resultCapture.popScopedMessage( m_messages[i] );
9438 }
9439 }
9440
9441 void Capturer::captureValue( size_t index, std::string const& value ) {
9442 assert( index < m_messages.size() );

Callers

nothing calls this directly

Calls 3

uncaught_exceptionsFunction · 0.85
sizeMethod · 0.80
popScopedMessageMethod · 0.80

Tested by

no test coverage detected