8#include <string/LinearString.h>
39 template <
class InputSymbolType,
class OutputSymbolType,
class PushdownStoreSymbolType,
class StateType >
44template <
class InputSymbolType,
class OutputSymbolType,
class PushdownStoreSymbolType,
class StateType >
49 for (
const auto & resItem :
res ) {
Implementation of transducer run over its input.
Definition: Translate.h:24
static ext::set< string::LinearString< OutputSymbolType > > translate(const automaton::NPDTA< InputSymbolType, OutputSymbolType, PushdownStoreSymbolType, StateType > &automaton, const string::LinearString< InputSymbolType > &string)
Definition: Translate.h:45
Class extending the deque class from the standard library. Original reason is to allow printing of th...
Definition: deque.hpp:44
auto begin() &
Inherited behavior of begin for non-const instance.
Definition: deque.hpp:100
auto end() &
Inherited behavior of end for non-const instance.
Definition: deque.hpp:130
Class extending the vector class from the standard library. Original reason is to allow printing of t...
Definition: vector.hpp:45
Linear string.
Definition: LinearString.h:57
return res
Definition: MinimizeByPartitioning.h:145
Definition: ToGrammar.h:31