Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
complement.hh File Reference
#include <set>
#include <vcsn/algos/copy.hh>
#include <vcsn/algos/is-complete.hh>
#include <vcsn/algos/is-deterministic.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/weightset/fwd.hh>
Include dependency graph for complement.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::dyn
 FIXME: duplicate code with determinize.
 
 vcsn::dyn::detail
 

Functions

template<typename Aut >
void vcsn::complement_here (Aut &aut)
 
template<typename Aut >
auto vcsn::complement (const Aut &aut) -> decltype(copy(aut))
 
template<typename Aut >
automaton vcsn::dyn::detail::complement (const automaton &aut)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (complement,(const automaton &aut) -> automaton)
 
template<typename RatExpSet >
ratexp vcsn::dyn::detail::complement_ratexp (const ratexp &exp)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (complement_ratexp,(const ratexp &e) -> ratexp)