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::AssertionInfo Struct Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::AssertionInfo:

Public Attributes

StringRef macroName
 
SourceLineInfo lineInfo
 
StringRef capturedExpression
 
ResultDisposition::Flags resultDisposition
 

Detailed Description

Definition at line 1396 of file catch.hpp.

Member Data Documentation

◆ capturedExpression

StringRef Catch::AssertionInfo::capturedExpression

Definition at line 1400 of file catch.hpp.

◆ lineInfo

SourceLineInfo Catch::AssertionInfo::lineInfo

Definition at line 1399 of file catch.hpp.

◆ macroName

StringRef Catch::AssertionInfo::macroName

Definition at line 1398 of file catch.hpp.

◆ resultDisposition

ResultDisposition::Flags Catch::AssertionInfo::resultDisposition

Definition at line 1401 of file catch.hpp.


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