MQL
MQL document
Public Member Functions | Private Attributes | List of all members
CTest Class Reference

Pretty nice class. More...

Inheritance diagram for CTest:
CTest2

Public Member Functions

 CTest ()
 constructor More...
 
const int GetVar ()
 simple func More...
 

Private Attributes

int i_var
 integer Var. More...
 

Detailed Description

Pretty nice class.

This class is used to demonstrate.

Author
Andrei
Version
1.0
Date
2017
Precondition
First initialize the system.
Bug:
Not all memory is freed when deleting an object of this class.
Warning
Improper use can crash your application

Definition at line 39 of file test1.mqh.

Constructor & Destructor Documentation

◆ CTest()

CTest::CTest ( )
inline

constructor

Definition at line 41 of file test1.mqh.

Member Function Documentation

◆ GetVar()

const int CTest::GetVar ( )
inline

simple func

Returns
The const variable i_var .

Definition at line 47 of file test1.mqh.

Member Data Documentation

◆ i_var

int CTest::i_var
private

integer Var.

Definition at line 49 of file test1.mqh.


The documentation for this class was generated from the following file: