#include <catch.hpp>
Definition at line 384 of file catch.hpp.
◆ SourceLineInfo() [1/3]
| Catch::SourceLineInfo::SourceLineInfo |
( |
| ) |
|
◆ SourceLineInfo() [2/3]
| Catch::SourceLineInfo::SourceLineInfo |
( |
char const * |
_file, |
|
|
std::size_t |
_line |
|
) |
| |
◆ SourceLineInfo() [3/3]
◆ empty()
| bool Catch::SourceLineInfo::empty |
( |
| ) |
const |
◆ operator<()
| bool Catch::SourceLineInfo::operator< |
( |
SourceLineInfo const & |
other | ) |
const |
◆ operator==()
| bool Catch::SourceLineInfo::operator== |
( |
SourceLineInfo const & |
other | ) |
const |
◆ file
| std::string Catch::SourceLineInfo::file |
◆ line
| std::size_t Catch::SourceLineInfo::line |
The documentation for this struct was generated from the following file: