#include <string>#include <iostream>#include <sstream>#include <csignal>Go to the source code of this file.
Macros | |
| #define | CallHEPError(error, spec) |
| #define | HEPAssert(condition, error, spec) if (not (condition)) CallHEPError(error, spec)\ |
Functions | |
| std::ostream & | mty::error::operator<< (std::ostream &fout, mty::error::Type error) |
| std::ostream & | printChain (std::ostream &fout) |
| template<typename T , typename... G> | |
| std::ostream & | printChain (std::ostream &fout, T firstSpec, G... followingSpec) |
| #define CallHEPError | ( | error, | |
| spec | |||
| ) |
1.8.13