FST  openfst-1.8.3
OpenFst Library
Public Member Functions | List of all members
fst::VectorBiTable< I, T, FP > Class Template Reference

#include <bi-table.h>

Public Member Functions

 VectorBiTable (const FP &fp=FP(), size_t table_size=0)
 
 VectorBiTable (const VectorBiTable< I, T, FP > &table)
 
FindId (const T &entry, bool insert=true)
 
const T & FindEntry (I s) const
 
Size () const
 
const FP & Fingerprint () const
 

Detailed Description

template<class I, class T, class FP>
class fst::VectorBiTable< I, T, FP >

Definition at line 270 of file bi-table.h.

Constructor & Destructor Documentation

template<class I, class T, class FP>
fst::VectorBiTable< I, T, FP >::VectorBiTable ( const FP &  fp = FP(),
size_t  table_size = 0 
)
inlineexplicit

Definition at line 273 of file bi-table.h.

template<class I, class T, class FP>
fst::VectorBiTable< I, T, FP >::VectorBiTable ( const VectorBiTable< I, T, FP > &  table)
inline

Definition at line 277 of file bi-table.h.

Member Function Documentation

template<class I, class T, class FP>
const T& fst::VectorBiTable< I, T, FP >::FindEntry ( s) const
inline

Definition at line 295 of file bi-table.h.

template<class I, class T, class FP>
I fst::VectorBiTable< I, T, FP >::FindId ( const T &  entry,
bool  insert = true 
)
inline

Definition at line 280 of file bi-table.h.

template<class I, class T, class FP>
const FP& fst::VectorBiTable< I, T, FP >::Fingerprint ( ) const
inline

Definition at line 299 of file bi-table.h.

template<class I, class T, class FP>
I fst::VectorBiTable< I, T, FP >::Size ( ) const
inline

Definition at line 297 of file bi-table.h.


The documentation for this class was generated from the following file: