EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
time_t_wrapper Struct Reference

C++ only ANSI C time_t. More...

#include <epicsTime.h>

Public Attributes

time_t ts
 

Detailed Description

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 291 of file epicsTime.h.


The documentation for this struct was generated from the following file: