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

#include <mpdt.h>

Public Member Functions

 StackConfig ()
 
 StackConfig (const StackConfig< StackId, Level, nlevels > &config)
 
StackId & operator[] (const int index)
 
const StackId & operator[] (const int index) const
 
StackConfigoperator= (const StackConfig< StackId, Level, nlevels > &config)
 

Public Attributes

std::array< StackId, nlevels > array_
 

Detailed Description

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

Definition at line 42 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 43 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 45 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 53 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 49 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 51 of file mpdt.h.

Member Data Documentation

template<typename StackId, typename Level, Level nlevels>
std::array<StackId, nlevels> fst::internal::StackConfig< StackId, Level, nlevels >::array_

Definition at line 59 of file mpdt.h.


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