cpu_time.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_TIME_LITE_CPU_TIME_HPP_
13 #define ECL_TIME_LITE_CPU_TIME_HPP_
14 
15 /*****************************************************************************
16 ** Includes
17 *****************************************************************************/
18 
19 #include "errors.hpp"
20 #include "types.hpp"
21 #include <ecl/time_lite/config.hpp>
22 #include <ecl/config/macros.hpp>
23 #include "macros.hpp"
24 
25 /*****************************************************************************
26 ** Namespaces
27 *****************************************************************************/
28 
29 namespace ecl {
30 
31 #ifdef ECL_HAS_CPUTIME
32 
47 ecl_time_lite_PUBLIC TimeError cpu_time(TimeStructure &time);
48 #endif
49 
50 } // namespace ecl
51 
52 #endif /* ECL_TIME_LITE_CPU_TIME_HPP_ */
File comment.
#define ecl_time_lite_PUBLIC
Definition: macros.hpp:37
Cross platform definition for time types.


ecl_time_lite
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:09:07