![]() |
Neuron Net
|
Array of connections to anothe neuron. More...
Public Member Functions | |
CArrayCon (void) | |
Constructor. More... | |
~CArrayCon (void) | |
Destructor. More... | |
virtual bool | CreateElement (int const index) |
Method for cearing new element by index. More... | |
virtual void | IncreaseTotal () |
Increase number of elements in array. More... | |
virtual int | Type (void) const |
Identificator of class. More... | |
Array of connections to anothe neuron.
Detailed description on the link.
Definition at line 368 of file NeuroNet.mqh.
|
inline |
Constructor.
Definition at line 371 of file NeuroNet.mqh.
|
inline |
Destructor.
Definition at line 372 of file NeuroNet.mqh.
|
virtual |
Method for cearing new element by index.
[in] | index | Index of new element |
Definition at line 381 of file NeuroNet.mqh.
|
inlinevirtual |
Increase number of elements in array.
Definition at line 375 of file NeuroNet.mqh.
|
inlinevirtual |