time_lite.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_TIME_LITE_HPP_
13 #define ECL_TIME_LITE_HPP_
14 
15 /*****************************************************************************
16 ** Includes
17 *****************************************************************************/
18 
19 #include <ecl/time_lite/config.hpp>
20 #include "time_lite/macros.hpp"
21 #include "time_lite/errors.hpp"
22 #include "time_lite/types.hpp"
23 #include "time_lite/date.hpp"
24 #include "time_lite/functions.hpp"
25 #include "time_lite/cpu_time.hpp"
26 
27 #endif /* ECL_TIME_LITE_HPP_ */
types.hpp
Cross platform definition for time types.
errors.hpp
File comment.
date.hpp
Date manipulations.
functions.hpp
Platform specific incantations of the time functions.
cpu_time.hpp
Timer for measuring time spent sitting on the cpu.
macros.hpp
Macros for error-checking and program termination.


ecl_time_lite
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:13:57