Time Shield Library
C++ library for working with time
|
Functions for initializing the Time Shield library. More...
#include <time_shield/time_utils.mqh>
Go to the source code of this file.
Namespaces | |
namespace | time_shield |
Main namespace for the Time Shield library. | |
Macros | |
#define | __TIME_SHIELD_INITIALIZATION_MQH__ |
Functions | |
void | time_shield::initialize_library () |
Initialize the Time Shield library. | |
Functions for initializing the Time Shield library.
Call ::initialize_library() once at the beginning of OnStart before using other functions from the library. It currently triggers the lazy initialization used by microseconds().
Definition in file initialization.mqh.
#define __TIME_SHIELD_INITIALIZATION_MQH__ |
Definition at line 8 of file initialization.mqh.