List of all members |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes
mpqc::Log::All Struct Reference
Collaboration diagram for mpqc::Log::All:
Public Member Functions | |
template<class T > | |
auto & | operator<< (T &&v) const |
Static Public Member Functions | |
static std::ostream & | out () |
static std::ostream & | err () |
Static Public Attributes | |
static Stream | info { Log::All::out, "INFO: " } |
static Stream | warn { Log::All::out, "WARNING: " } |
static Stream | debug { Log::All::out, "DEBUG: " } |
static Stream | error { Log::All::err, "ERROR: " } |
Member Function Documentation
◆ err()
|
static |
◆ operator<<()
template<class T >
|
inline |
◆ out()
|
static |
Member Data Documentation
◆ debug
|
static |
◆ error
|
static |
◆ info
|
static |
◆ warn
|
static |
The documentation for this struct was generated from the following files: