C++ Reference
C++ Reference: Algorithms
DenseDoublyLinkedList
Detailed Description
Definition at line 29 of file dense_doubly_linked_list.h.
Public Member Functions | |
template<class T > | |
DenseDoublyLinkedList (const T &sorted_elements) | |
int | Size () const |
int | Next (int i) const |
int | Prev (int i) const |
void | Remove (int i) |
Constructor & Destructor Documentation
◆ DenseDoublyLinkedList()
|
explicit |
Definition at line 77 of file dense_doubly_linked_list.h.
Member Function Documentation
◆ Next()
|
inline |
Definition at line 54 of file dense_doubly_linked_list.h.
◆ Prev()
|
inline |
Definition at line 61 of file dense_doubly_linked_list.h.
◆ Remove()
|
inline |
Definition at line 68 of file dense_doubly_linked_list.h.
◆ Size()
|
inline |
Definition at line 37 of file dense_doubly_linked_list.h.
The documentation for this class was generated from the following file: