CLinkedListNode<T>
CLinkedListNode
CLinkedListNode
Description
The CLinkedListNode
Declaration
template<typename T>
class CLinkedListNodeHeader
#include <Generic\LinkedList.mqh>Class Methods
| Method | Description |
|---|---|
| List | Returns and sets a pointer to the CLinkedList |
| Next | Returns and sets a pointer to the next node |
| Previous | Returns and sets a pointer to the previous node |
| Value | Returns and sets the node value |
Last updated on