|
|
Classes | |
| class | Entry |
| Brief description of class Entry. More... | |
| class | Reporter |
| Brief description of class Reporter. More... | |
| class | Reporting |
| Brief description of class Reporting. More... | |
Enumerations | |
| enum class | Severity { Debug , Info , Warning , Error , Fatal } |
| The Severity enum. More... | |
| enum class | Type { Bus , Slave , Device , General } |
| The Type enum. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const Severity &rhs) |
| std::ostream & | operator<< (std::ostream &stream, const Type &rhs) |
| std::ostream & operator<< | ( | std::ostream & | stream, |
| const Severity & | rhs ) |
Definition at line 34 of file ErrorReporting.cpp.
| std::ostream & operator<< | ( | std::ostream & | stream, |
| const Type & | rhs ) |
Definition at line 13 of file ErrorReporting.cpp.