Definition at line 29 of file dense_doubly_linked_list.h.
#include <dense_doubly_linked_list.h>
◆ DenseDoublyLinkedList()
template<class T>
| operations_research::DenseDoublyLinkedList::DenseDoublyLinkedList |
( |
const T & | sorted_elements | ) |
|
|
explicit |
◆ Next()
| int operations_research::DenseDoublyLinkedList::Next |
( |
int | i | ) |
const |
|
inline |
◆ Prev()
| int operations_research::DenseDoublyLinkedList::Prev |
( |
int | i | ) |
const |
|
inline |
◆ Remove()
| void operations_research::DenseDoublyLinkedList::Remove |
( |
int | i | ) |
|
|
inline |
◆ Size()
| int operations_research::DenseDoublyLinkedList::Size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: