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

#include <exception.h>

Public Member Functions

 Warning (const Warning &rhs)=delete
 
 Warning (Warning &&rhs)=delete
 
Warning & operator= (const Warning &rhs)=delete
 
Warning & operator= (Warning &&rhs)=delete
 
template<typename T >
Warning & operator<< (T &&value)
 
void raise (void)
 

Public Attributes

Exception exception
 
std::ostream stream
 
bool active
 

Detailed Description

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


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