.. _program_listing_file__tmp_ws_src_ecl_core_ecl_time_include_ecl_time.hpp: Program Listing for File time.hpp ================================= |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ecl_core/ecl_time/include/ecl/time.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp /***************************************************************************** ** Ifdefs *****************************************************************************/ #ifndef ECL_TIME_HPP_ #define ECL_TIME_HPP_ /***************************************************************************** ** Includes *****************************************************************************/ #include #ifdef emit #undef emit #define replace_qt_emit #endif #include "time/duration.hpp" #include #include "time/random_number_generator.hpp" #include "time/sleep.hpp" // Posix rt-timers only #include "time/snooze.hpp" // Posix rt-timers only #include "time/stopwatch.hpp" // Posix rt-timers only #include "time/time_data.hpp" #include "time/timestamp.hpp" #ifdef replace_qt_emit #define emit #endif #endif /*ECL_TIME_HPP_*/