Public Member Functions | Public Attributes
Catch::Counts Struct Reference

#include <catch.hpp>

List of all members.

Public Member Functions

bool allOk () const
bool allPassed () const
 Counts ()
Countsoperator+= (Counts const &other)
Counts operator- (Counts const &other) const
std::size_t total () const

Public Attributes

std::size_t failed
std::size_t failedButOk
std::size_t passed

Detailed Description

Definition at line 1712 of file catch.hpp.


Constructor & Destructor Documentation

Catch::Counts::Counts ( ) [inline]

Definition at line 1713 of file catch.hpp.


Member Function Documentation

bool Catch::Counts::allOk ( ) const [inline]

Definition at line 1735 of file catch.hpp.

bool Catch::Counts::allPassed ( ) const [inline]

Definition at line 1732 of file catch.hpp.

Counts& Catch::Counts::operator+= ( Counts const &  other) [inline]

Definition at line 1722 of file catch.hpp.

Counts Catch::Counts::operator- ( Counts const &  other) const [inline]

Definition at line 1715 of file catch.hpp.

std::size_t Catch::Counts::total ( ) const [inline]

Definition at line 1729 of file catch.hpp.


Member Data Documentation

std::size_t Catch::Counts::failed

Definition at line 1740 of file catch.hpp.

Definition at line 1741 of file catch.hpp.

std::size_t Catch::Counts::passed

Definition at line 1739 of file catch.hpp.


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


librealsense
Author(s): Sergey Dorodnicov , Mark Horn , Reagan Lopez
autogenerated on Tue Jun 25 2019 19:54:41