|
Legion Runtime
|
#include <exception.h>
Public Member Functions | |
| Fatal (const Fatal &rhs)=delete | |
| Fatal (Fatal &&rhs)=delete | |
| Fatal & | operator= (const Fatal &rhs)=delete |
| Fatal & | operator= (Fatal &&rhs)=delete |
| template<typename T > | |
| Fatal & | operator<< (T &&value) |
| void | raise (void) |
Public Attributes | |
| Exception | exception |
| std::ostream | stream |
This is a wrapper class for an exception that helps build a fatal exception via a std::ostream