Functions | |
void | planck_assert (bool testval, const std::string &msg) |
void | planck_assert (bool testval, const char *msg) |
void | assert_present (const std::string &filename) |
void | assert_not_present (const std::string &filename) |
|
Throws a Message_error containing msg if testval is false.
Definition at line 177 of file cxxutils.h. |
|
Throws a Message_error containing msg if testval is false.
Definition at line 183 of file cxxutils.h. |
|
Checks the presence of the file filename. If the file is not present, a Message_error is thrown. |
|
Checks the absence of the file filename. If the file is present, a Message_error is thrown. |