MQL
MQL document
CTest2 Class Reference

Pretty nice class. More...

Inheritance diagram for CTest2:
CTest

Public Member Functions

void CTest2 ()
 
virtual string GetString (string s)
 A pure virtual member. More...
 
- Public Member Functions inherited from CTest
 CTest ()
 constructor More...
 
const int GetVar ()
 simple func More...
 

Private Attributes

string str
 string 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
Examples:
example.mq5.

Definition at line 30 of file test.mqh.

Constructor & Destructor Documentation

◆ CTest2()

void CTest2::CTest2 ( )
inline

constructor

Definition at line 32 of file test.mqh.

Member Function Documentation

◆ GetString()

virtual string CTest2::GetString ( string  s)
inlinevirtual

A pure virtual member.

Parameters
[in]sFirst param strinfg s
Returns
Return sum two strings

Definition at line 38 of file test.mqh.

Member Data Documentation

◆ str

string CTest2::str
private

string Var.

Definition at line 40 of file test.mqh.


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