ManaPlus
Public Member Functions | Private Attributes
Catch::Section Class Reference

#include <catch.hpp>

Inheritance diagram for Catch::Section:
Catch::NonCopyable

Public Member Functions

 Section (SectionInfo const &info)
 
 ~Section ()
 
 operator bool () const
 

Private Attributes

SectionInfo m_info
 
std::string m_name
 
Counts m_assertions
 
bool m_sectionIncluded
 
Timer m_timer
 

Additional Inherited Members

- Private Member Functions inherited from Catch::NonCopyable
 NonCopyable ()
 
virtual ~NonCopyable ()
 

Detailed Description

Definition at line 2308 of file catch.hpp.

Constructor & Destructor Documentation

◆ Section()

Catch::Section::Section ( SectionInfo const &  info)

◆ ~Section()

Catch::Section::~Section ( )

Member Function Documentation

◆ operator bool()

Catch::Section::operator bool ( ) const

Field Documentation

◆ m_assertions

Counts Catch::Section::m_assertions
private

Definition at line 2320 of file catch.hpp.

◆ m_info

SectionInfo Catch::Section::m_info
private

Definition at line 2317 of file catch.hpp.

◆ m_name

std::string Catch::Section::m_name
private

Definition at line 2319 of file catch.hpp.

◆ m_sectionIncluded

bool Catch::Section::m_sectionIncluded
private

Definition at line 2321 of file catch.hpp.

◆ m_timer

Timer Catch::Section::m_timer
private

Definition at line 2322 of file catch.hpp.


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