cesium-native
0.41.0
|
Contains the previous and next pointers for an element in a DoublyLinkedList. More...
#include <CesiumUtility/DoublyLinkedList.h>
Public Member Functions | |
DoublyLinkedListPointers () noexcept | |
Default constructor. | |
DoublyLinkedListPointers (DoublyLinkedListPointers &rhs) noexcept | |
Copy constructor. More... | |
DoublyLinkedListPointers & | operator= (const DoublyLinkedListPointers &) noexcept |
Assignment operator. | |
Friends | |
template<typename TElement , typename TElementBase , DoublyLinkedListPointers< TElement >TElementBase::* Pointers> | |
class | DoublyLinkedListAdvanced |
Contains the previous and next pointers for an element in a DoublyLinkedList.
Definition at line 11 of file DoublyLinkedList.h.
|
inlinenoexcept |
Copy constructor.
rhs | The other instance. |
Definition at line 26 of file DoublyLinkedList.h.