Inheritance diagram for Ux::TimeString:
Definition at line 92 of file uxtime.hpp.
Public Member Functions | |
TimeString (void) | |
TimeString (time_t t, bool keep_nl=true) | |
void | set (const char *s="") |
operator const char * () const | |
void | set (time_t t, bool keep_nl=true) |
Protected Attributes | |
char | timestr [26] |
|
Definition at line 99 of file uxtime.hpp. References set(). |
|
Definition at line 103 of file uxtime.hpp. References set(). |
|
Definition at line 112 of file uxtime.hpp. |
|
Sets string from TimeSec or time_t (calls ctime). Optionally removes newline. Definition at line 177 of file uxtime.cpp. |
|
Definition at line 107 of file uxtime.hpp. Referenced by Ux::TimeParts::set(), and TimeString(). |
|
Definition at line 96 of file uxtime.hpp. Referenced by Ux::TimeParts::get_string(), and set(). |