ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
time
time.cpp
1
using namespace
std::chrono;
2
3
namespace
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.
12
namespace
time
{
13
14
//##################################################################################################
15
// Module Bootstrap/Termination
16
//##################################################################################################
17
#if !DOXYGEN
18
namespace
{
Ticks
creationTime; }
19
#endif
20
21
# include "
ALib.Lang.CIFunctions.H
"
22
23
Ticks
CreationTime
() {
return
creationTime; }
24
25
}}
// namespace [alib::time]
ALib.Lang.CIFunctions.H
alib::time::Ticks
Definition
ticks.hpp:34
alib::time
Definition
datetime.cpp:2
alib::time::CreationTime
Ticks CreationTime()
Definition
time.cpp:23
alib
Definition
alox.cpp:14