#include <Precondition.hpp>
|
static void | check (bool condition, const std::string &message) |
|
static void | check (bool condition, const std::string &conditionAsString, const std::string &message, const std::string &file, int line) |
|
static void | check (bool condition, const std::string &message) |
|
static void | check (bool condition, const std::string &conditionAsString, const std::string &message, const std::string &file, int line) |
|
◆ check() [1/4]
void basda::gentec::Precondition::check |
( |
bool |
condition, |
|
|
const std::string & |
message |
|
) |
| |
|
static |
◆ check() [2/4]
static void basda::gentec::Precondition::check |
( |
bool |
condition, |
|
|
const std::string & |
message |
|
) |
| |
|
static |
◆ check() [3/4]
static void basda::gentec::Precondition::check |
( |
bool |
condition, |
|
|
const std::string & |
conditionAsString, |
|
|
const std::string & |
message, |
|
|
const std::string & |
file, |
|
|
int |
line |
|
) |
| |
|
static |
◆ check() [4/4]
void basda::gentec::Precondition::check |
( |
bool |
condition, |
|
|
const std::string & |
conditionAsString, |
|
|
const std::string & |
message, |
|
|
const std::string & |
file, |
|
|
int |
line |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: