|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
Go to the source code of this file.
Namespaces | |
| namespace | Util |
| DynExp's Util namespace contains commonly used functions and templates as well as extensions to Qt and its widgets. | |
Functions | |
| std::ostream & | Util::operator<< (std::ostream &stream, const Exception &e) |
| Writes a DynExp exception in a user-readable way to a stream. | |
| void | Util::ForwardException (std::exception_ptr e) |
| Wraps the exception passed to the function in a ForwardedException and throws the ForwardedException. Does nothing if e is not an exception. | |