Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
initialization.mqh
Go to the documentation of this file.
1//+------------------------------------------------------------------+
2//| initialization.mqh |
3//| Time Shield - Library Initialization Functions |
4//| Copyright 2025, NewYaroslav |
5//| https://github.com/NewYaroslav/time-shield-cpp |
6//+------------------------------------------------------------------+
7#ifndef __TIME_SHIELD_INITIALIZATION_MQH__
8#define __TIME_SHIELD_INITIALIZATION_MQH__
9
17
18#property copyright "Copyright 2025, NewYaroslav"
19#property link "https://github.com/NewYaroslav/time-shield-cpp"
20#property strict
21
23
24namespace time_shield {
25
29
34 void initialize_library() {
36 }
37
39}; // namespace time_shield
40
41#endif // __TIME_SHIELD_INITIALIZATION_MQH__
void initialize_library()
Initialize the Time Shield library.
long microseconds()
Get the number of microseconds since the UNIX epoch.
Main namespace for the Time Shield library.
Header with time-related utility functions.