FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::internal::SynchronizeFstImpl< Arc >::Element Struct Reference

#include <synchronize.h>

Public Member Functions

 Element ()=default
 
 Element (StateId state_, StringView i, StringView o)
 

Public Attributes

StateId state
 
StringView istring
 
StringView ostring
 

Detailed Description

template<class Arc>
struct fst::internal::SynchronizeFstImpl< Arc >::Element

Definition at line 78 of file synchronize.h.

Constructor & Destructor Documentation

template<class Arc >
fst::internal::SynchronizeFstImpl< Arc >::Element::Element ( )
default
template<class Arc >
fst::internal::SynchronizeFstImpl< Arc >::Element::Element ( StateId  state_,
StringView  i,
StringView  o 
)
inline

Definition at line 81 of file synchronize.h.

Member Data Documentation

template<class Arc >
StringView fst::internal::SynchronizeFstImpl< Arc >::Element::istring

Definition at line 85 of file synchronize.h.

template<class Arc >
StringView fst::internal::SynchronizeFstImpl< Arc >::Element::ostring

Definition at line 86 of file synchronize.h.

template<class Arc >
StateId fst::internal::SynchronizeFstImpl< Arc >::Element::state

Definition at line 84 of file synchronize.h.


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