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

#include <vector-fst.h>

Inheritance diagram for fst::internal::VectorFstImpl< S >:
Inheritance graph
[legend]
Collaboration diagram for fst::internal::VectorFstImpl< S >:
Collaboration graph
[legend]

Public Types

using State = S
 
using Arc = typename State::Arc
 
using Label = typename Arc::Label
 
using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 
using BaseImpl = VectorFstBaseImpl< S >
 
- Public Types inherited from fst::internal::VectorFstBaseImpl< S >
using State = S
 
using Arc = typename State::Arc
 
using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 
- Public Types inherited from fst::internal::FstImpl< S::Arc >
using StateId = typename S::Arc::StateId
 
using Weight = typename S::Arc::Weight
 

Public Member Functions

 VectorFstImpl ()
 
 VectorFstImpl (const Fst< Arc > &fst)
 
void SetStart (StateId state)
 
void SetFinal (StateId state, Weight weight)
 
StateId AddState ()
 
void AddStates (size_t n)
 
void AddArc (StateId state, const Arc &arc)
 
void AddArc (StateId state, Arc &&arc)
 
template<class... T>
void EmplaceArc (StateId state, T &&...ctor_args)
 
void DeleteStates (const std::vector< StateId > &dstates)
 
void DeleteStates ()
 
void DeleteArcs (StateId state, size_t n)
 
void DeleteArcs (StateId state)
 
- Public Member Functions inherited from fst::internal::VectorFstBaseImpl< S >
 VectorFstBaseImpl ()=default
 
 ~VectorFstBaseImpl () override
 
 VectorFstBaseImpl (const VectorFstBaseImpl< S > &)=delete
 
VectorFstBaseImploperator= (const VectorFstBaseImpl &)=delete
 
 VectorFstBaseImpl (VectorFstBaseImpl &&impl) noexcept
 
VectorFstBaseImploperator= (VectorFstBaseImpl &&impl) noexcept
 
StateId Start () const
 
Weight Final (StateId state) const
 
StateId NumStates () const
 
size_t NumArcs (StateId state) const
 
size_t NumInputEpsilons (StateId state) const
 
size_t NumOutputEpsilons (StateId state) const
 
void SetStart (StateId state)
 
void SetFinal (StateId state, Weight weight)
 
StateId AddState (State *state)
 
StateId AddState ()
 
void AddStates (size_t n)
 
void AddArc (StateId state, const Arc &arc)
 
void AddArc (StateId state, Arc &&arc)
 
template<class... T>
void EmplaceArc (StateId state, T &&...ctor_args)
 
void DeleteStates (const std::vector< StateId > &dstates)
 
void DeleteStates ()
 
void DeleteArcs (StateId state, size_t n)
 
void DeleteArcs (StateId state)
 
StateGetState (StateId state)
 
const StateGetState (StateId state) const
 
void SetState (StateId state, State *vstate)
 
void ReserveStates (size_t n)
 
void ReserveArcs (StateId state, size_t n)
 
void InitStateIterator (StateIteratorData< Arc > *data) const
 
void InitArcIterator (StateId state, ArcIteratorData< Arc > *data) const
 
- Public Member Functions inherited from fst::internal::FstImpl< S::Arc >
 FstImpl ()=default
 
 FstImpl (const FstImpl< S::Arc > &impl)
 
 FstImpl (FstImpl< S::Arc > &&impl) noexcept
 
virtual ~FstImpl ()=default
 
FstImploperator= (const FstImpl &impl)
 
FstImploperator= (FstImpl &&impl) noexcept
 
const std::string & Type () const
 
void SetType (std::string_view type)
 
virtual uint64_t Properties () const
 
virtual uint64_t Properties (uint64_t mask) const
 
void SetProperties (uint64_t props)
 
void SetProperties (uint64_t props, uint64_t mask)
 
void SetProperties (uint64_t props, uint64_t mask) const
 
void UpdateProperties (uint64_t props, uint64_t mask)
 
const SymbolTableInputSymbols () const
 
SymbolTableInputSymbols ()
 
const SymbolTableOutputSymbols () const
 
SymbolTableOutputSymbols ()
 
void SetInputSymbols (const SymbolTable *isyms)
 
void SetOutputSymbols (const SymbolTable *osyms)
 
bool ReadHeader (std::istream &strm, const FstReadOptions &opts, int min_version, FstHeader *hdr)
 
void WriteHeader (std::ostream &strm, const FstWriteOptions &opts, int version, FstHeader *hdr) const
 

Static Public Member Functions

static VectorFstImplRead (std::istream &strm, const FstReadOptions &opts)
 
- Static Public Member Functions inherited from fst::internal::FstImpl< S::Arc >
static void WriteFstHeader (const Fst< S::Arc > &fst, std::ostream &strm, const FstWriteOptions &opts, int version, std::string_view type, uint64_t properties, FstHeader *hdr)
 
static bool UpdateFstHeader (const Fst< S::Arc > &fst, std::ostream &strm, const FstWriteOptions &opts, int version, std::string_view type, uint64_t properties, FstHeader *hdr, size_t header_offset)
 

Static Public Attributes

static constexpr uint64_t kStaticProperties = kExpanded | kMutable
 

Friends

class MutableArcIterator< VectorFst< Arc, S > >
 

Additional Inherited Members

- Protected Attributes inherited from fst::internal::FstImpl< S::Arc >
std::atomic< uint64_t > properties_
 

Detailed Description

template<class S>
class fst::internal::VectorFstImpl< S >

Definition at line 343 of file vector-fst.h.

Member Typedef Documentation

template<class S >
using fst::internal::VectorFstImpl< S >::Arc = typename State::Arc

Definition at line 346 of file vector-fst.h.

template<class S >
using fst::internal::VectorFstImpl< S >::BaseImpl = VectorFstBaseImpl<S>

Definition at line 364 of file vector-fst.h.

template<class S >
using fst::internal::VectorFstImpl< S >::Label = typename Arc::Label

Definition at line 347 of file vector-fst.h.

template<class S >
using fst::internal::VectorFstImpl< S >::State = S

Definition at line 345 of file vector-fst.h.

template<class S >
using fst::internal::VectorFstImpl< S >::StateId = typename Arc::StateId

Definition at line 348 of file vector-fst.h.

template<class S >
using fst::internal::VectorFstImpl< S >::Weight = typename Arc::Weight

Definition at line 349 of file vector-fst.h.

Constructor & Destructor Documentation

template<class S >
fst::internal::VectorFstImpl< S >::VectorFstImpl ( )
inline

Definition at line 366 of file vector-fst.h.

template<class S >
fst::internal::VectorFstImpl< S >::VectorFstImpl ( const Fst< Arc > &  fst)
explicit

Definition at line 455 of file vector-fst.h.

Member Function Documentation

template<class S >
void fst::internal::VectorFstImpl< S >::AddArc ( StateId  state,
const Arc arc 
)
inline

Definition at line 399 of file vector-fst.h.

template<class S >
void fst::internal::VectorFstImpl< S >::AddArc ( StateId  state,
Arc &&  arc 
)
inline

Definition at line 404 of file vector-fst.h.

template<class S >
StateId fst::internal::VectorFstImpl< S >::AddState ( )
inline

Definition at line 388 of file vector-fst.h.

template<class S >
void fst::internal::VectorFstImpl< S >::AddStates ( size_t  n)
inline

Definition at line 394 of file vector-fst.h.

template<class S >
void fst::internal::VectorFstImpl< S >::DeleteArcs ( StateId  state,
size_t  n 
)
inline

Definition at line 425 of file vector-fst.h.

template<class S >
void fst::internal::VectorFstImpl< S >::DeleteArcs ( StateId  state)
inline

Definition at line 430 of file vector-fst.h.

template<class S >
void fst::internal::VectorFstImpl< S >::DeleteStates ( const std::vector< StateId > &  dstates)
inline

Definition at line 415 of file vector-fst.h.

template<class S >
void fst::internal::VectorFstImpl< S >::DeleteStates ( )
inline

Definition at line 420 of file vector-fst.h.

template<class S >
template<class... T>
void fst::internal::VectorFstImpl< S >::EmplaceArc ( StateId  state,
T &&...  ctor_args 
)
inline

Definition at line 410 of file vector-fst.h.

template<class S >
VectorFstImpl< S > * fst::internal::VectorFstImpl< S >::Read ( std::istream &  strm,
const FstReadOptions opts 
)
static

Definition at line 477 of file vector-fst.h.

template<class S >
void fst::internal::VectorFstImpl< S >::SetFinal ( StateId  state,
Weight  weight 
)
inline

Definition at line 380 of file vector-fst.h.

template<class S >
void fst::internal::VectorFstImpl< S >::SetStart ( StateId  state)
inline

Definition at line 375 of file vector-fst.h.

Friends And Related Function Documentation

template<class S >
friend class MutableArcIterator< VectorFst< Arc, S > >
friend

Definition at line 362 of file vector-fst.h.

Member Data Documentation

template<class S >
constexpr uint64_t fst::internal::VectorFstImpl< S >::kStaticProperties = kExpanded | kMutable
static

Definition at line 436 of file vector-fst.h.


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