#include <ogdf/lib/minisat/mtl/Queue.h>
Public Types | |
| using | Key = T |
Public Member Functions | |
| Queue () | |
| void | clear (bool dealloc=false) |
| void | insert (T elem) |
| T & | operator[] (int index) |
| const T & | operator[] (int index) const |
| T | peek () const |
| void | pop () |
| int | size () const |
Private Attributes | |
| vec< T > | buf |
| int | end |
| int | first |
| using Minisat::Internal::Queue< T >::Key = T |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |