|
Objectively
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 | SEC_PER_DAY (60 * 60 * 24) |
| Seconds per day. | |
| #define | USEC_PER_SEC 1000000 |
| Microseconds per second. | |
Typedefs | |
| typedef struct timeval | Time |
| Time (seconds and microseconds). | |
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.