Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::DenseDoublyLinkedList Class Reference

Detailed Description

Definition at line 29 of file dense_doubly_linked_list.h.

#include <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()

template<class T>
operations_research::DenseDoublyLinkedList::DenseDoublyLinkedList ( const T & sorted_elements)
explicit

Definition at line 77 of file dense_doubly_linked_list.h.

Member Function Documentation

◆ Next()

int operations_research::DenseDoublyLinkedList::Next ( int i) const
inline

Definition at line 54 of file dense_doubly_linked_list.h.

◆ Prev()

int operations_research::DenseDoublyLinkedList::Prev ( int i) const
inline

Definition at line 61 of file dense_doubly_linked_list.h.

◆ Remove()

void operations_research::DenseDoublyLinkedList::Remove ( int i)
inline

Definition at line 68 of file dense_doubly_linked_list.h.

◆ Size()

int operations_research::DenseDoublyLinkedList::Size ( ) const
inline

Definition at line 37 of file dense_doubly_linked_list.h.


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