![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 403 of file space_saving_most_frequent.h.
#include <space_saving_most_frequent.h>
Public Member Functions | |
| DoubleLinkedList ()=default | |
| DoubleLinkedList (const DoubleLinkedList &)=delete | |
| ~DoubleLinkedList () | |
| bool | empty () const |
| bool | single () const |
| T *absl_nonnull | front () const |
| T *absl_nonnull | back () const |
| T *absl_nonnull | insert_after (T *absl_nonnull node, Ptr< T > new_node) |
| T *absl_nonnull | insert_before (T *absl_nonnull node, Ptr< T > new_node) |
| T *absl_nonnull | insert_front (Ptr< T > new_node) |
| T *absl_nonnull | insert_back (Ptr< T > new_node) |
| ABSL_MUST_USE_RESULT Ptr< T > | erase (T *absl_nonnull node) |
| ABSL_MUST_USE_RESULT Ptr< T > | pop_front () |
| ABSL_MUST_USE_RESULT Ptr< T > | pop_back () |
|
default |
|
delete |
|
inline |
Definition at line 407 of file space_saving_most_frequent.h.
|
inline |
Definition at line 427 of file space_saving_most_frequent.h.
|
inline |
Definition at line 412 of file space_saving_most_frequent.h.
|
inline |
Definition at line 480 of file space_saving_most_frequent.h.
|
inline |
Definition at line 422 of file space_saving_most_frequent.h.
|
inline |
Definition at line 432 of file space_saving_most_frequent.h.
|
inline |
Definition at line 472 of file space_saving_most_frequent.h.
|
inline |
Definition at line 446 of file space_saving_most_frequent.h.
|
inline |
Definition at line 460 of file space_saving_most_frequent.h.
|
inline |
Definition at line 498 of file space_saving_most_frequent.h.
|
inline |
Definition at line 496 of file space_saving_most_frequent.h.
|
inline |
Definition at line 417 of file space_saving_most_frequent.h.