cesium-native  0.41.0
CesiumUtility::DoublyLinkedListPointers< T > Class Template Referencefinal

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...
 
DoublyLinkedListPointersoperator= (const DoublyLinkedListPointers &) noexcept
 Assignment operator.
 

Friends

template<typename TElement , typename TElementBase , DoublyLinkedListPointers< TElement >TElementBase::* Pointers>
class DoublyLinkedListAdvanced
 

Detailed Description

template<class T>
class CesiumUtility::DoublyLinkedListPointers< T >

Contains the previous and next pointers for an element in a DoublyLinkedList.

Definition at line 11 of file DoublyLinkedList.h.

Constructor & Destructor Documentation

◆ DoublyLinkedListPointers()

template<class T >
CesiumUtility::DoublyLinkedListPointers< T >::DoublyLinkedListPointers ( DoublyLinkedListPointers< T > &  rhs)
inlinenoexcept

Copy constructor.

Parameters
rhsThe other instance.

Definition at line 26 of file DoublyLinkedList.h.


The documentation for this class was generated from the following file: