Agora  1.2.0
Agora project
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
 

Constructor & Destructor Documentation

◆ SectionInfo() [1/2]

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

◆ SectionInfo() [2/2]

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

Member Data Documentation

◆ description

std::string Catch::SectionInfo::description

◆ lineInfo

SourceLineInfo Catch::SectionInfo::lineInfo

◆ name

std::string Catch::SectionInfo::name

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