|
BOSS 8.0.0
BESIII Offline Software System
|
Classes | |
| class | Assertion |
| This Issue represents a basic assertion. More... | |
| struct | Compile_time_error |
| compile time error structure. More... | |
| struct | Compile_time_error< true > |
| compile time error structure More... | |
| class | Context |
| Source context for Issue. More... | |
| class | Core |
| Miscalenous constants. More... | |
| class | DefaultIssue |
| Place holder Issue class. More... | |
| class | DefaultStream |
| Default Issue display. More... | |
| class | EntityNotFoundIssue |
| class | FIFOStream |
| Queue stream. More... | |
| class | FilterStream |
| filtering stream More... | |
| class | HumanStream |
| Single line, human readable format stream. More... | |
| class | InvalidReferenceIssue |
| Invalid pointer issue. More... | |
| class | Issue |
| Root Issue class. More... | |
| class | IssueFactory |
| Factory for all Issues. More... | |
| class | IssueFactoryIssue |
| Issue in the Issue factory mechanism. More... | |
| class | LogIssue |
| Wrapper for log messages. More... | |
| class | NotImplemented |
| Macro to mark unimplemented code. More... | |
| class | ParseIssue |
| Data parsing error. More... | |
| class | Precondition |
| Precondition issue. More... | |
| class | RangeIssue |
| class | Stream |
| Root/Null issue stream. More... | |
| class | StreamFactory |
| Factory for Stream objects and repository of default streams. More... | |
Typedefs | |
| typedef enum ers::_severity_t | severity_t |
| typedef enum ers::_responsibility_t | responsibility_t |
| typedef std::map< std::string, std::string > | string_map_type |
| typedef std::vector< std::string > | string_vector |
Functions | |
| std::ostream & | operator<< (std::ostream &, const Issue &) |
| Stream & | operator<< (Stream &, const Issue &) |
| std::ostream & | operator<< (std::ostream &, const IssueFactory &factory) |
| streaming operator | |
| std::ostream & | operator<< (std::ostream &target, const ers::Stream &s) |
| std::ostream & | operator<< (std::ostream &, const ers::StreamFactory &factory) |
| streaming operator | |
| typedef enum ers::_responsibility_t ers::responsibility_t |
| typedef enum ers::_severity_t ers::severity_t |
| typedef std::map< std::string, std::string > ers::string_map_type |
Definition at line 43 of file Event/ers/include/ers/Core.h.
| typedef std::vector< std::string > ers::string_vector |
Definition at line 44 of file Event/ers/include/ers/Core.h.
| Enumerator | |
|---|---|
| resp_client | |
| resp_server | |
| resp_dependency | |
| resp_unknown | |
| resp_max | |
| resp_client | |
| resp_server | |
| resp_dependency | |
| resp_unknown | |
| resp_max | |
| resp_client | |
| resp_server | |
| resp_dependency | |
| resp_unknown | |
| resp_max | |
Definition at line 36 of file Event/ers/include/ers/Core.h.
| Enumerator | |
|---|---|
| resp_client | |
| resp_server | |
| resp_dependency | |
| resp_unknown | |
| resp_max | |
| resp_client | |
| resp_server | |
| resp_dependency | |
| resp_unknown | |
| resp_max | |
| resp_client | |
| resp_server | |
| resp_dependency | |
| resp_unknown | |
| resp_max | |
Definition at line 36 of file InstallArea/x86_64-el9-gcc13-dbg/include/ers/Core.h.
| Enumerator | |
|---|---|
| resp_client | |
| resp_server | |
| resp_dependency | |
| resp_unknown | |
| resp_max | |
| resp_client | |
| resp_server | |
| resp_dependency | |
| resp_unknown | |
| resp_max | |
| resp_client | |
| resp_server | |
| resp_dependency | |
| resp_unknown | |
| resp_max | |
Definition at line 36 of file InstallArea/x86_64-el9-gcc13-opt/include/ers/Core.h.
| enum ers::_severity_t |
Definition at line 23 of file Event/ers/include/ers/Core.h.
| enum ers::_severity_t |
Definition at line 23 of file InstallArea/x86_64-el9-gcc13-dbg/include/ers/Core.h.
| enum ers::_severity_t |
Definition at line 23 of file InstallArea/x86_64-el9-gcc13-opt/include/ers/Core.h.
| std::ostream & ers::operator<< | ( | std::ostream & | , |
| const ers::StreamFactory & | factory ) |
streaming operator
Streaming operator
| stream | destination stream |
| factory | the factory object to display |
Definition at line 392 of file StreamFactory.cxx.
| std::ostream & ers::operator<< | ( | std::ostream & | , |
| const Issue & | ) |
Standard Streaming operator - puts the human description into the Stream.
Definition at line 208 of file ers/src/Issue.cxx.
| std::ostream & ers::operator<< | ( | std::ostream & | , |
| const IssueFactory & | factory ) |
streaming operator
Definition at line 111 of file IssueFactory.cxx.
| std::ostream & ers::operator<< | ( | std::ostream & | target, |
| const ers::Stream & | s ) |
Definition at line 60 of file Stream.cxx.