FST  openfst-1.8.1
OpenFst Library
Public Member Functions | Friends | List of all members
fst::internal::StackConfig< StackId, Level, nlevels > Class Template Reference

#include <mpdt.h>

Public Member Functions

 StackConfig ()
 
 StackConfig (const StackConfig &config)
 
StackId & operator[] (const int index)
 
const StackId & operator[] (const int index) const
 
StackConfigoperator= (const StackConfig &config)
 

Friends

bool operator< (const StackConfig &config1, const StackConfig &config2)
 

Detailed Description

template<typename StackId, typename Level, Level nlevels>
class fst::internal::StackConfig< StackId, Level, nlevels >

Definition at line 59 of file mpdt.h.

Constructor & Destructor Documentation

template<typename StackId , typename Level , Level nlevels>
fst::internal::StackConfig< StackId, Level, nlevels >::StackConfig ( )
inline

Definition at line 61 of file mpdt.h.

template<typename StackId , typename Level , Level nlevels>
fst::internal::StackConfig< StackId, Level, nlevels >::StackConfig ( const StackConfig< StackId, Level, nlevels > &  config)
inline

Definition at line 63 of file mpdt.h.

Member Function Documentation

template<typename StackId , typename Level , Level nlevels>
StackConfig& fst::internal::StackConfig< StackId, Level, nlevels >::operator= ( const StackConfig< StackId, Level, nlevels > &  config)
inline

Definition at line 69 of file mpdt.h.

template<typename StackId , typename Level , Level nlevels>
StackId& fst::internal::StackConfig< StackId, Level, nlevels >::operator[] ( const int  index)
inline

Definition at line 65 of file mpdt.h.

template<typename StackId , typename Level , Level nlevels>
const StackId& fst::internal::StackConfig< StackId, Level, nlevels >::operator[] ( const int  index) const
inline

Definition at line 67 of file mpdt.h.

Friends And Related Function Documentation

template<typename StackId , typename Level , Level nlevels>
bool operator< ( const StackConfig< StackId, Level, nlevels > &  config1,
const StackConfig< StackId, Level, nlevels > &  config2 
)
friend

Definition at line 75 of file mpdt.h.


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