C++ Reference

C++ Reference: Algorithms

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

DenseDoublyLinkedList ( const T &  sorted_elements)
explicit

Definition at line 77 of file dense_doubly_linked_list.h.

Member Function Documentation

◆ Next()

int Next ( int  i) const
inline

Definition at line 54 of file dense_doubly_linked_list.h.

◆ Prev()

int Prev ( int  i) const
inline

Definition at line 61 of file dense_doubly_linked_list.h.

◆ Remove()

void Remove ( int  i)
inline

Definition at line 68 of file dense_doubly_linked_list.h.

◆ Size()

int 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: