Awali
Another Weighted Automata library
Data Structures | Namespaces | Functions
letterize_tape.hh File Reference
#include <awali/sttc/core/mutable_automaton.hh>
#include <awali/sttc/algos/projection.hh>
#include <awali/sttc/labelset/traits.hh>
#include <awali/sttc/misc/add_epsilon_trans.hh>
#include <awali/sttc/misc/sub_tuple.hh>
#include <unordered_map>

Go to the source code of this file.

Data Structures

struct  awali::sttc::internal::map_nullable< tupleset< Letterset, T... > >
 
struct  awali::sttc::internal::map_nullable< tupleset<> >
 
struct  awali::sttc::internal::replace_in_tupleset< tupleset< T... >, I, U >
 
struct  awali::sttc::internal::tdc_letterizer< Tdc, I, Labelset >
 
struct  awali::sttc::internal::tdc_letterizer< Tdc, I, wordset< L > >
 

Namespaces

 awali
 Main namespace of Awali.
 
 awali::sttc
 Namespace for the static layer of Awali.
 
 awali::sttc::internal
 Implementation details of static layer (not stable).
 

Functions

template<unsigned I, typename Tdc >
auto awali::sttc::letterize_tape (const Tdc &tdc, bool keep_history=true) -> typename internal::tdc_letterizer< Tdc, I, typename labelset_t_of< Tdc >::template valueset_t< I >>::ret_transducer_t