![]() |
OR-Tools
8.2
|
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) |
|
explicit |
Definition at line 77 of file dense_doubly_linked_list.h.
|
inline |
Definition at line 54 of file dense_doubly_linked_list.h.
|
inline |
Definition at line 61 of file dense_doubly_linked_list.h.
|
inline |
Definition at line 68 of file dense_doubly_linked_list.h.
|
inline |
Definition at line 37 of file dense_doubly_linked_list.h.