#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 41 of file LogLevels.hpp.
|
protected |
Definition at line 44 of file LogLevels.hpp.
|
inlineprotected |
Definition at line 46 of file LogLevels.hpp.
|
inline |
Definition at line 58 of file LogLevels.hpp.
Referenced by uhal::log().
|
inline |
Definition at line 53 of file LogLevels.hpp.
|
inline |
Definition at line 70 of file LogLevels.hpp.
Referenced by uhal::log().
|
inline |
Definition at line 64 of file LogLevels.hpp.
Referenced by uhal::log().
|
private |
Definition at line 77 of file LogLevels.hpp.
|
private |
Definition at line 76 of file LogLevels.hpp.
|
private |
Definition at line 78 of file LogLevels.hpp.