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

Library initialization helpers. More...

Go to the source code of this file.

Namespaces

namespace  time_shield
 Main namespace for the Time Shield library.
 

Functions

void time_shield::init ()
 Initializes the Time Shield library.
 

Detailed Description

Library initialization helpers.

Call ::init() 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.