Catch::SectionInfo Struct Reference

#include <catch.hpp>

Public Member Functions

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

Public Attributes

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

Constructor & Destructor Documentation

◆ SectionInfo()

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

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: