Fraxinus  18.10
An IGT application
Catch::CumulativeReporterBase::SectionNode Struct Reference

#include <catch.hpp>

Inheritance diagram for Catch::CumulativeReporterBase::SectionNode:
Catch::SharedImpl<> Catch::IShared Catch::NonCopyable

Public Types

typedef std::vector< Ptr< SectionNode > > ChildSections
 
typedef std::vector< AssertionStatsAssertions
 

Public Member Functions

 SectionNode (SectionStats const &_stats)
 
virtual ~SectionNode ()
 
bool operator== (SectionNode const &other) const
 
bool operator== (Ptr< SectionNode > const &other) const
 
- Public Member Functions inherited from Catch::SharedImpl<>
 SharedImpl ()
 
virtual void addRef () const
 
virtual void release () const
 
- Public Member Functions inherited from Catch::IShared
virtual ~IShared ()
 

Public Attributes

SectionStats stats
 
ChildSections childSections
 
Assertions assertions
 
std::string stdOut
 
std::string stdErr
 
- Public Attributes inherited from Catch::SharedImpl<>
unsigned int m_rc
 

Additional Inherited Members

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

Detailed Description

Definition at line 2579 of file catch.hpp.

Member Typedef Documentation

Definition at line 2592 of file catch.hpp.

Definition at line 2591 of file catch.hpp.

Constructor & Destructor Documentation

Catch::CumulativeReporterBase::SectionNode::SectionNode ( SectionStats const &  _stats)
inlineexplicit

Definition at line 2580 of file catch.hpp.

virtual Catch::CumulativeReporterBase::SectionNode::~SectionNode ( )
virtual

Member Function Documentation

bool Catch::CumulativeReporterBase::SectionNode::operator== ( SectionNode const &  other) const
inline

Definition at line 2583 of file catch.hpp.

bool Catch::CumulativeReporterBase::SectionNode::operator== ( Ptr< SectionNode > const &  other) const
inline

Definition at line 2586 of file catch.hpp.

Member Data Documentation

Assertions Catch::CumulativeReporterBase::SectionNode::assertions

Definition at line 2594 of file catch.hpp.

ChildSections Catch::CumulativeReporterBase::SectionNode::childSections

Definition at line 2593 of file catch.hpp.

SectionStats Catch::CumulativeReporterBase::SectionNode::stats

Definition at line 2590 of file catch.hpp.

std::string Catch::CumulativeReporterBase::SectionNode::stdErr

Definition at line 2596 of file catch.hpp.

std::string Catch::CumulativeReporterBase::SectionNode::stdOut

Definition at line 2595 of file catch.hpp.


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