FST
openfst-1.8.4
OpenFst Library
|
#include <util.h>
Public Types | |
using | const_iterator = typename std::set< Key >::const_iterator |
Public Member Functions | |
CompactSet () | |
CompactSet (const CompactSet &)=default | |
void | Insert (Key key) |
void | Erase (Key key) |
void | Clear () |
const_iterator | Find (Key key) const |
bool | Member (Key key) const |
const_iterator | Begin () const |
const_iterator | End () const |
Key | LowerBound () const |
Key | UpperBound () const |
using fst::CompactSet< Key, NoKey >::const_iterator = typename std::set<Key>::const_iterator |
|
inline |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |