|
GridFire 0.0.1a
General Purpose Nuclear Network
|
#include <expected_engine.h>
Public Member Functions | |
| EngineIndexError (const int index) | |
Public Member Functions inherited from gridfire::expectations::EngineError | |
| EngineError (const std::string &message, const EngineErrorTypes type) | |
| virtual | ~EngineError ()=default |
Public Attributes | |
| int | m_index |
Public Attributes inherited from gridfire::expectations::EngineError | |
| std::string | m_message |
| const EngineErrorTypes | type = EngineErrorTypes::FAILURE |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const EngineIndexError &e) |
Definition at line 33 of file expected_engine.h.
|
inlineexplicit |
Definition at line 36 of file expected_engine.h.
|
friend |
Definition at line 38 of file expected_engine.h.
| int gridfire::expectations::EngineIndexError::m_index |
Definition at line 34 of file expected_engine.h.