FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
fst::internal::DfsState< FST > Struct Template Reference

#include <dfs-visit.h>

Public Types

using Arc = typename FST::Arc
 
using StateId = typename Arc::StateId
 

Public Member Functions

 DfsState (const FST &fst, StateId s)
 
void * operator new (size_t size, MemoryPool< DfsState< FST >> *pool)
 

Static Public Member Functions

static void Destroy (DfsState< FST > *dfs_state, MemoryPool< DfsState< FST >> *pool)
 

Public Attributes

StateId state_id
 
ArcIterator< FST > arc_iter
 

Detailed Description

template<class FST>
struct fst::internal::DfsState< FST >

Definition at line 80 of file dfs-visit.h.

Member Typedef Documentation

template<class FST>
using fst::internal::DfsState< FST >::Arc = typename FST::Arc

Definition at line 81 of file dfs-visit.h.

template<class FST>
using fst::internal::DfsState< FST >::StateId = typename Arc::StateId

Definition at line 82 of file dfs-visit.h.

Constructor & Destructor Documentation

template<class FST>
fst::internal::DfsState< FST >::DfsState ( const FST &  fst,
StateId  s 
)
inline

Definition at line 84 of file dfs-visit.h.

Member Function Documentation

template<class FST>
static void fst::internal::DfsState< FST >::Destroy ( DfsState< FST > *  dfs_state,
MemoryPool< DfsState< FST >> *  pool 
)
inlinestatic

Definition at line 90 of file dfs-visit.h.

template<class FST>
void* fst::internal::DfsState< FST >::operator new ( size_t  size,
MemoryPool< DfsState< FST >> *  pool 
)
inline

Definition at line 86 of file dfs-visit.h.

Member Data Documentation

template<class FST>
ArcIterator<FST> fst::internal::DfsState< FST >::arc_iter

Definition at line 99 of file dfs-visit.h.

template<class FST>
StateId fst::internal::DfsState< FST >::state_id

Definition at line 98 of file dfs-visit.h.


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