Time Shield Library
C++ library for working with time
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
Library Initialization

Functions used to initialize the Time Shield library. More...

Functions

void time_shield::initialize_library ()
 Initialize the Time Shield library.
 
void time_shield::init ()
 Initialize the Time Shield library.
 

Detailed Description

Functions used to initialize the Time Shield library.

Function Documentation

◆ init()

void time_shield::init ( )

Initialize the Time Shield library.

This function performs all necessary setup steps. Call it in OnStart before invoking any other Time Shield functions.

Definition at line 34 of file initialization.mqh.

◆ initialize_library()

void time_shield::initialize_library ( )
inline

Initialize the Time Shield library.

This function performs any required setup steps.

Definition at line 21 of file initialization.hpp.