Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
initialization.mqh File Reference

Functions for initializing the Time Shield library. More...

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.
 

Detailed Description

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.

Macro Definition Documentation

◆ __TIME_SHIELD_INITIALIZATION_MQH__

#define __TIME_SHIELD_INITIALIZATION_MQH__

Definition at line 8 of file initialization.mqh.