#include <CheckpointVerifier.h>
|
| CheckpointVerifier () |
|
template<typename... Args> |
void | push (const std::string &channel, const std::string &description, bool forced, Args &&... args) |
|
template<typename... Args> |
bool | check (const std::string &channel, const std::string &description, Args &&... args) |
|
template<typename... Args> |
void | expect (const std::string &channel, const std::string &description, Args &&... args) |
|
void | clear (const std::string &channel) |
|
bool & | mayExceed (const std::string &channel) |
|
bool & | printDebug (const std::string &channel) |
|
Definition at line 69 of file CheckpointVerifier.h.
◆ Channels
◆ Tuple
template<typename... Args>
◆ CheckpointVerifier()
carl::checkpoints::CheckpointVerifier::CheckpointVerifier |
( |
| ) |
|
|
inline |
◆ check()
template<typename... Args>
bool carl::checkpoints::CheckpointVerifier::check |
( |
const std::string & |
channel, |
|
|
const std::string & |
description, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ clear()
void carl::checkpoints::CheckpointVerifier::clear |
( |
const std::string & |
channel | ) |
|
|
inline |
◆ expect()
template<typename... Args>
void carl::checkpoints::CheckpointVerifier::expect |
( |
const std::string & |
channel, |
|
|
const std::string & |
description, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ getInstance()
Returns the single instance of this class by reference.
If there is no instance yet, a new one is created.
Definition at line 45 of file Singleton.h.
◆ mayExceed()
bool& carl::checkpoints::CheckpointVerifier::mayExceed |
( |
const std::string & |
channel | ) |
|
|
inline |
◆ printDebug()
bool& carl::checkpoints::CheckpointVerifier::printDebug |
( |
const std::string & |
channel | ) |
|
|
inline |
◆ push()
template<typename... Args>
void carl::checkpoints::CheckpointVerifier::push |
( |
const std::string & |
channel, |
|
|
const std::string & |
description, |
|
|
bool |
forced, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ mChannels
Channels carl::checkpoints::CheckpointVerifier::mChannels |
|
private |
The documentation for this class was generated from the following file: