Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_section_info.cpp
Go to the documentation of this file.
1
/*
2
* Created by Martin on 01/08/2017.
3
*
4
* Distributed under the Boost Software License, Version 1.0. (See accompanying
5
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
*/
7
8
#include "
catch_section_info.h
"
9
10
namespace
Catch
{
11
12
SectionInfo::SectionInfo
13
(
SourceLineInfo
const
& _lineInfo,
14
std::string
const
& _name )
15
:
name
( _name ),
16
lineInfo( _lineInfo )
17
{}
18
19
}
// end namespace Catch
name
std::string name
Definition
catch_reporter_console.cpp:186
catch_section_info.h
Catch
Definition
231-Cfg-OutputStreams.cpp:32
Catch::SectionInfo::SectionInfo
SectionInfo(SourceLineInfo const &_lineInfo, std::string const &_name)
Definition
catch_section_info.cpp:13
Catch::SourceLineInfo
Definition
catch.hpp:417
libraries
sys-vm
external
Catch2
include
internal
catch_section_info.cpp
Generated by
1.12.0