Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
Microsecond-precision immutable dates. More...
Go to the source code of this file.
Data Structures | |
struct | Date |
Microsecond-precision immutable dates. More... | |
Macros | |
#define | MSEC_PER_SEC 1000000 |
Microseconds per second. More... | |
#define | SEC_PER_DAY (60 * 60 * 24) |
Seconds per day. More... | |
Typedefs | |
typedef struct timeval | Time |
Time (seconds and microseconds). More... | |
Functions | |
OBJECTIVELY_EXPORT Class * | _Date (void) |
Microsecond-precision immutable dates.
Definition in file Date.h.
OBJECTIVELY_EXPORT Class * _Date | ( | void | ) |
Definition at line 222 of file Date.c.