Legion Runtime
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Legion::Fatal Class Reference

#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
 

Detailed Description

This is a wrapper class for an exception that helps build a fatal exception via a std::ostream


The documentation for this class was generated from the following file: