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_ */
types.hpp
Cross platform definition for time types.
errors.hpp
File comment.
ecl_time_lite_PUBLIC
#define ecl_time_lite_PUBLIC
Definition: macros.hpp:37
macros.hpp
Macros for error-checking and program termination.
macros.hpp
ecl


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