Inheritance diagram for Ux::Timestr:
Definition at line 53 of file uxtimetm.hpp.
Public Member Functions | |
Timestr () | |
void | clear (void) |
operator const char * () const | |
const char * | ctime (const time_t *t=NULL, bool keep_nl=true) |
const char * | ctime (time_t t, bool keep_nl=true) |
Protected Attributes | |
char | timestr [26] |
|
Definition at line 60 of file uxtimetm.hpp. References clear(). |
|
Definition at line 64 of file uxtimetm.hpp. Referenced by Ux::Timetm::set(), and Timestr(). |
|
Version of ctime that takes a time_t instead of a pointer to one. Definition at line 74 of file uxtimetm.hpp. References ctime(). |
|
Definition at line 132 of file uxtimetm.cpp. References errno, time(), and timestr. Referenced by ctime(). |
|
Definition at line 68 of file uxtimetm.hpp. |
|
Definition at line 57 of file uxtimetm.hpp. Referenced by Ux::Timetm::asctime(), and ctime(). |