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

#include <catch.hpp>

+ Collaboration diagram for Catch::SectionInfo:

Public Member Functions

 SectionInfo (SourceLineInfo const &_lineInfo, std::string const &_name)
 
 SectionInfo (SourceLineInfo const &_lineInfo, std::string const &_name, std::string const &)
 

Public Attributes

std::string name
 
std::string description
 
SourceLineInfo lineInfo
 

Detailed Description

Definition at line 2860 of file catch.hpp.

Constructor & Destructor Documentation

◆ SectionInfo() [1/2]

Catch::SectionInfo::SectionInfo ( SourceLineInfo const & _lineInfo,
std::string const & _name )

Referenced by SectionInfo().

+ Here is the caller graph for this function:

◆ SectionInfo() [2/2]

Catch::SectionInfo::SectionInfo ( SourceLineInfo const & _lineInfo,
std::string const & _name,
std::string const &  )
inline

Definition at line 2866 of file catch.hpp.

References SectionInfo().

+ Here is the call graph for this function:

Member Data Documentation

◆ description

std::string Catch::SectionInfo::description

Definition at line 2872 of file catch.hpp.

◆ lineInfo

SourceLineInfo Catch::SectionInfo::lineInfo

Definition at line 2873 of file catch.hpp.

◆ name

std::string Catch::SectionInfo::name

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