ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
time.cpp
1using namespace std::chrono;
2
3namespace alib {
4
5/// This namespace provides types for calendrical date and time processing as well as
6/// for non-calendrical steady and monotonic time measurement.
7///
8/// This namespace and the types provided, are always included in any \alibbuild.
9///
10/// Besides this reference documentation, further information is provided with
11/// #"alib_mod_time;Programmer's Manual" of \alib_time_nl.
12namespace time {
13
14//##################################################################################################
15// Module Bootstrap/Termination
16//##################################################################################################
17#if !DOXYGEN
18namespace { Ticks creationTime; }
19#endif
20
22
23Ticks CreationTime() { return creationTime; }
24
25}} // namespace [alib::time]
Ticks CreationTime()
Definition time.cpp:23
Definition alox.cpp:14