![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <catch.hpp>
Public Member Functions | |
| MessageBuilder (StringRef const ¯oName, SourceLineInfo const &lineInfo, ResultWas::OfType type) | |
| template<typename T> | |
| MessageBuilder & | operator<< (T const &value) |
| Public Member Functions inherited from Catch::MessageStream | |
| template<typename T> | |
| MessageStream & | operator<< (T const &value) |
Public Attributes | |
| MessageInfo | m_info |
| Public Attributes inherited from Catch::MessageStream | |
| ReusableStringStream | m_stream |
| Catch::MessageBuilder::MessageBuilder | ( | StringRef const & | macroName, |
| SourceLineInfo const & | lineInfo, | ||
| ResultWas::OfType | type ) |
|
inline |
Definition at line 2633 of file catch.hpp.
References Catch::MessageStream::m_stream.
| MessageInfo Catch::MessageBuilder::m_info |