Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::ScopedMessage Class Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::ScopedMessage:

Public Member Functions

 ScopedMessage (MessageBuilder const &builder)
 
 ScopedMessage (ScopedMessage &duplicate)=delete
 
 ScopedMessage (ScopedMessage &&old)
 
 ~ScopedMessage ()
 

Public Attributes

MessageInfo m_info
 
bool m_moved
 

Detailed Description

Definition at line 2641 of file catch.hpp.

Constructor & Destructor Documentation

◆ ScopedMessage() [1/3]

Catch::ScopedMessage::ScopedMessage ( MessageBuilder const & builder)
explicit

◆ ScopedMessage() [2/3]

Catch::ScopedMessage::ScopedMessage ( ScopedMessage & duplicate)
delete

◆ ScopedMessage() [3/3]

Catch::ScopedMessage::ScopedMessage ( ScopedMessage && old)

◆ ~ScopedMessage()

Catch::ScopedMessage::~ScopedMessage ( )

Member Data Documentation

◆ m_info

MessageInfo Catch::ScopedMessage::m_info

Definition at line 2648 of file catch.hpp.

◆ m_moved

bool Catch::ScopedMessage::m_moved

Definition at line 2649 of file catch.hpp.


The documentation for this class was generated from the following file: