Struct time_t_wrapper

Struct Documentation

struct time_t_wrapper

C++ only ANSI C time_t.

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.

Public Members

time_t ts