Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1887-standardlibrary-generic-clinkedlistnode.md
T
2026-06-23 21:47:51 +08:00

695 B

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

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