|
Electroneum
|
A subsecond precision class containing actual width and offset of the subsecond part. More...
#include <easylogging++.h>
Public Member Functions | |
| SubsecondPrecision (void) | |
| SubsecondPrecision (int width) | |
| bool | operator== (const SubsecondPrecision &ssPrec) |
Public Attributes | |
| int | m_width |
| unsigned int | m_offset |
A subsecond precision class containing actual width and offset of the subsecond part.
Definition at line 850 of file easylogging++.h.
|
inline |
Definition at line 852 of file easylogging++.h.

|
inlineexplicit |
Definition at line 855 of file easylogging++.h.
|
inline |
Definition at line 858 of file easylogging++.h.

| unsigned int el::base::SubsecondPrecision::m_offset |
Definition at line 862 of file easylogging++.h.
| int el::base::SubsecondPrecision::m_width |
Definition at line 861 of file easylogging++.h.