|
CLinkedListNode<T>
CLinkedListNode<T> is a helper class used in implementing the CLinkedListNode<T> class.
Description
The CLinkedListNode<T> class is a node of the doubly linked list CLinkedListNode<T>. List navigation methods are implemented in the class.
Declaration
template<typename T>
|
Header
#include <Generic\LinkedList.mqh> |
Class Methods