Neuron Net
Public Member Functions | List of all members
CArrayCon Class Reference

Array of connections to anothe neuron. More...

Inheritance diagram for CArrayCon:

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...
 

Detailed Description

Array of connections to anothe neuron.

Detailed description on the link.

Definition at line 372 of file NeuroNet.mqh.

Constructor & Destructor Documentation

◆ CArrayCon()

CArrayCon::CArrayCon ( void  )
inline

Constructor.

Definition at line 375 of file NeuroNet.mqh.

◆ ~CArrayCon()

CArrayCon::~CArrayCon ( void  )
inline

Destructor.

Definition at line 376 of file NeuroNet.mqh.

Member Function Documentation

◆ CreateElement()

bool CArrayCon::CreateElement ( int const  index)
virtual

Method for cearing new element by index.

Parameters
[in]indexIndex of new element
Returns
logical result of operation

Definition at line 385 of file NeuroNet.mqh.

◆ IncreaseTotal()

virtual void CArrayCon::IncreaseTotal ( )
inlinevirtual

Increase number of elements in array.

Definition at line 379 of file NeuroNet.mqh.

◆ Type()

virtual int CArrayCon::Type ( void  ) const
inlinevirtual

Identificator of class.

Returns
Type of class

Definition at line 380 of file NeuroNet.mqh.


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