A subsecond precision class containing actual width and offset of the subsecond part. More...
#include <easylogging++.h>
Public Member Functions | |
bool | operator== (const SubsecondPrecision &ssPrec) |
SubsecondPrecision (void) | |
SubsecondPrecision (int width) | |
Public Attributes | |
unsigned int | m_offset |
int | m_width |
Private Member Functions | |
void | init (int width) |
A subsecond precision class containing actual width and offset of the subsecond part.
Definition at line 827 of file easylogging++.h.
|
inline |
Definition at line 829 of file easylogging++.h.
|
inlineexplicit |
Definition at line 832 of file easylogging++.h.
|
private |
Definition at line 1425 of file easylogging++.cc.
|
inline |
Definition at line 835 of file easylogging++.h.
unsigned int el::base::SubsecondPrecision::m_offset |
Definition at line 839 of file easylogging++.h.
int el::base::SubsecondPrecision::m_width |
Definition at line 838 of file easylogging++.h.