|
EPICS Base
7.0.5.1
|
C++ only ANSI C time_t. More...
#include <epicsTime.h>
Public Attributes | |
| time_t | ts |
This is for converting to/from the ANSI C time_t. Since time_t is usually an elementary type providing a conversion operator from time_t to/from epicsTime could cause undesirable implicit conversions. Providing a conversion operator to/from the time_t_wrapper instead prevents implicit conversions.
Definition at line 103 of file epicsTime.h.
1.8.13