|
cesium-native 0.53.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. | |
| 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 |
Default constructor.
Definition at line 16 of file DoublyLinkedList.h.
|
inlinenoexcept |
Copy constructor.
| rhs | The other instance. |
Definition at line 26 of file DoublyLinkedList.h.
|
inlinenoexcept |
Assignment operator.
Definition at line 34 of file DoublyLinkedList.h.
|
friend |
Definition at line 43 of file DoublyLinkedList.h.