#include <uhal/log/LogLevels.hpp>
Public Member Functions | |
| T & | operator() () |
| T & | head () |
| T & | tail () |
| std::ostream & | stream () |
Protected Types | |
| typedef void(* | fPtr) (std::ostream &aStr) |
Protected Member Functions | |
| BaseLogLevel (std::ostream &aStr, fPtr aHeadFunction, fPtr aTailFunction) | |
Private Attributes | |
| std::ostream & | mStr |
| fPtr | mHeadFunction |
| fPtr | mTailFunction |
Definition at line 40 of file LogLevels.hpp.
|
protected |
Definition at line 43 of file LogLevels.hpp.
|
inlineprotected |
Definition at line 45 of file LogLevels.hpp.
|
inline |
Definition at line 54 of file LogLevels.hpp.
|
inline |
Definition at line 49 of file LogLevels.hpp.
|
inline |
Definition at line 66 of file LogLevels.hpp.
|
inline |
Definition at line 60 of file LogLevels.hpp.
|
private |
Definition at line 73 of file LogLevels.hpp.
|
private |
Definition at line 72 of file LogLevels.hpp.
|
private |
Definition at line 74 of file LogLevels.hpp.
1.8.13