FST
openfst-1.8.4
OpenFst Library
|
#include <fst-decl.h>
Public Types | |
using | Value = T |
Public Member Functions | |
Heap (Compare comp=Compare()) | |
int | Insert (const Value &value) |
void | Update (int key, const Value &value) |
Value | Pop () |
const Value & | Top () const |
const Value & | Get (int key) const |
bool | Empty () const |
void | Clear () |
int | Size () const |
void | Reserve (int size) |
const Compare & | GetCompare () const |
Static Public Attributes | |
static constexpr int | kNoKey = -1 |
Definition at line 171 of file fst-decl.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |