|
adamantine
|
#include <deal.II/base/exceptions.h>#include <cassert>#include <cstring>#include <exception>#include <filesystem>#include <iostream>#include <stdexcept>#include <string>#include <utility>Go to the source code of this file.
Classes | |
| class | adamantine::NotImplementedExc |
Namespaces | |
| adamantine | |
Macros | |
| #define | ASSERT(condition, message) assert((condition) && (message)) |
Functions | |
| void | adamantine::wait_for_file (std::string const &filename, std::string const &message) |
| void | adamantine::wait_for_file_to_update (std::string const &filename, std::string const &message, std::filesystem::file_time_type &last_write_time) |
| void | adamantine::ASSERT_THROW (bool cond, std::string const &message) |
| void | adamantine::ASSERT_THROW_NOT_IMPLEMENTED () |