![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cTimeUnits.h>
Public Member Functions | |
| void | Init () |
| TIMEUNIT_TYPE | get_HashCode () const noexcept |
| TIMEUNIT_t | get_SortValue () const noexcept |
Public Attributes | |
| TIMEUNIT_TYPE | m_Type |
| What type of field does this look like. best guess. TIMEUNIT_Sec. More... | |
| TIMEUNIT_t | m_nValue |
| Value we read from the field. <0 = null/omitted. More... | |
| StrLen_t | m_iOffsetSep |
| End of the type info and start of the separator. More... | |
| GChar_t | m_Separator |
| What sort of separator follows ? ":T /.,-". More... | |
Helper for parsing time units from string.
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
| StrLen_t Gray::cTimeParserUnit::m_iOffsetSep |
End of the type info and start of the separator.
| TIMEUNIT_t Gray::cTimeParserUnit::m_nValue |
Value we read from the field. <0 = null/omitted.
| GChar_t Gray::cTimeParserUnit::m_Separator |
What sort of separator follows ? ":T /.,-".
| TIMEUNIT_TYPE Gray::cTimeParserUnit::m_Type |
What type of field does this look like. best guess. TIMEUNIT_Sec.