sst-waveshapers
Waveshapers submodule for the Surge Synthesizer
Public Member Functions | Public Attributes | List of all members
Counts Struct Reference

Public Member Functions

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

Public Attributes

std::size_t passed = 0
 
std::size_t failed = 0
 
std::size_t failedButOk = 0
 

Member Function Documentation

◆ operator-()

Counts operator- ( Counts const &  other) const

◆ operator+=()

Counts& operator+= ( Counts const &  other)

◆ total()

std::size_t total ( ) const

◆ allPassed()

bool allPassed ( ) const

◆ allOk()

bool allOk ( ) const

Member Data Documentation

◆ passed

std::size_t passed = 0

◆ failed

std::size_t failed = 0

◆ failedButOk

std::size_t failedButOk = 0

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