A support class of journaller that is used for the logging of hex values. More...
#include <journaller.h>
Public Member Functions | |
| JlHexLogger (T i) | |
| Constructor. More... | |
Public Attributes | |
| T | m_value |
| A hex value. More... | |
A support class of journaller that is used for the logging of hex values.
Definition at line 309 of file journaller.h.
|
inlineexplicit |
Constructor.
Definition at line 316 of file journaller.h.
| T JlHexLogger< T >::m_value |
A hex value.
Definition at line 312 of file journaller.h.