FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catch::Section Class Reference
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 ()
 

Constructor & Destructor Documentation

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

Member Function Documentation

Catch::Section::operator bool ( ) const
explicit

Field Documentation

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