Time Shield Library
C++ library for working with time
Toggle main menu visibility
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_MQL5_HEADER_TIME_SHIELD_INITIALIZATION_MQH_INCLUDED
8
#define TIME_SHIELD_MQL5_HEADER_TIME_SHIELD_INITIALIZATION_MQH_INCLUDED
9
17
18
#property copyright "Copyright 2025, NewYaroslav"
19
#property link "https://github.com/NewYaroslav/time-shield-cpp"
20
#property strict
21
22
#include "
time_utils.mqh
"
23
24
namespace
time_shield
{
25
32
void
init
() {
33
microseconds
();
34
}
35
36
};
// namespace time_shield
37
38
#endif
// TIME_SHIELD_MQL5_HEADER_TIME_SHIELD_INITIALIZATION_MQH_INCLUDED
time_shield::init
void init()
Initializes the Time Shield library.
Definition
initialization.hpp:23
time_shield::microseconds
long microseconds()
Get the number of microseconds since the UNIX epoch.
Definition
time_utils.mqh:32
time_shield
Main namespace for the Time Shield library.
time_utils.mqh
Header with time-related utility functions.
MQL5
Include
time_shield
initialization.mqh
Generated by
1.17.0