![]() |
Awali
Another Weighted Automata library
|
#include <awali/common/priority.hh>#include <awali/sttc/labelset/nullableset.hh>#include <awali/sttc/algos/copy.hh>#include <awali/sttc/algos/standard.hh>#include <awali/sttc/ctx/traits.hh>#include <awali/sttc/misc/raise.hh>Go to the source code of this file.
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<typename Aut > | |
| Aut::element_type::automaton_nocv_t | awali::sttc::star (const Aut &aut) |
| Star of an automaton. More... | |
| template<typename Aut > | |
| Aut & | awali::sttc::star_here (Aut &res) |
| template<typename Aut , typename P > | |
| Aut & | awali::sttc::internal::star_here (Aut &res, priority::ONE< P >) |
| In place star of an automaton. More... | |
| template<typename Aut , typename P > | |
| auto | awali::sttc::internal::star_here (Aut &res, priority::TWO< P >) -> typename std::enable_if< labelset_t_of< Aut >::has_one(), Aut & >::type |