CellModules
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
 

Detailed Description

Definition at line 1692 of file catch.hpp.

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

Definition at line 1699 of file catch.hpp.

◆ lineInfo

SourceLineInfo Catch::SectionInfo::lineInfo

Definition at line 1700 of file catch.hpp.

◆ name

std::string Catch::SectionInfo::name

Definition at line 1698 of file catch.hpp.


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