|
| PdtStateTable ()=default |
|
| PdtStateTable (const PdtStateTable &other) |
|
| CompactHashStateTable () |
|
| CompactHashStateTable (size_t table_size) |
|
StateId | FindState (const StateTuple &tuple) |
|
const StateTuple & | Tuple (StateId s) const |
|
| CompactHashBiTable (size_t table_size=0, const PdtStateHash< PdtStateTuple< StateId, StackId > > &h=PdtStateHash< PdtStateTuple< StateId, StackId > >(), const std::equal_to< PdtStateTuple< StateId, StackId > > &e=std::equal_to< PdtStateTuple< StateId, StackId > >()) |
|
| CompactHashBiTable (const CompactHashBiTable &table) |
|
PdtStateTuple< StateId, StackId >::StateId | FindId (const PdtStateTuple< StateId, StackId > &entry, bool insert=true) |
|
const PdtStateTuple< StateId, StackId > & | FindEntry (PdtStateTuple< StateId, StackId >::StateIds) const |
|
PdtStateTuple< StateId, StackId >::StateId | Size () const |
|
void | Clear (ssize_t n=-1) |
|
template<class StateId, class StackId>
class fst::PdtStateTable< StateId, StackId >
Definition at line 170 of file pdt.h.