Skip to content

CLinkedListNode<T>

CLinkedListNode

CLinkedListNode is a helper class used in implementing the CLinkedListNode class.

Description

The CLinkedListNode class is a node of the doubly linked list CLinkedListNode. List navigation methods are implemented in the class.

Declaration

template<typename T>
   class CLinkedListNode

Header

#include <Generic\LinkedList.mqh>

Class Methods

MethodDescription
ListReturns and sets a pointer to the CLinkedList
NextReturns and sets a pointer to the next node
PreviousReturns and sets a pointer to the previous node
ValueReturns and sets the node value
Last updated on