![]() |
Darwin
1.0
Event loop based prototype framework
|
Classes | |
| struct | AnomalousEvent |
| struct | BadInput |
Functions | |
| std::string | intercept_printf (std::function< void()> const lambda=[]() { printf(__func__);}) |
| void | Diagnostic (const boost::exception &e) |
Variables | |
| git_error_category | |
Handling of exceptions.
|
inline |
Standard exception diagnostic, including the expanded command, software versions, and link to the documentation.
| e | argument of `catch` block |
|
inline |
Solution found on Stackoverflow to intercept the output of printf (which is still used by ROOT in several places, e.g. TTree::Show()).
https://stackoverflow.com/questions/5911147/how-to-redirect-printf-output-back-into-code
| git_error_category |
Error category for libgit2.