•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Search Results
List of all members |
Classes |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
Static Public Attributes
mpqc::Log Struct Reference
Collaboration diagram for mpqc::Log:

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