Vcsn
2.0
Be Rational
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
universal.cc
Go to the documentation of this file.
1
#include <
lib/vcsn/algos/registry.hh
>
2
#include <
vcsn/algos/universal.hh
>
3
#include <
vcsn/dyn/algos.hh
>
4
#include <
vcsn/dyn/automaton.hh
>
5
6
namespace
vcsn
7
{
8
namespace
dyn
9
{
10
REGISTER_DEFINE(
universal
);
11
12
automaton
13
universal
(
const
automaton
& aut)
14
{
15
return
detail::universal_registry().call(aut);
16
}
17
}
18
}
vcsn::dyn::automaton
std::shared_ptr< detail::automaton_base > automaton
Definition:
automaton.hh:71
universal.hh
automaton.hh
registry.hh
algos.hh
vcsn::dyn::universal
automaton universal(const automaton &aut)
The universal automaton of aut.
Definition:
universal.cc:13
lib
vcsn
algos
universal.cc
Generated by
1.8.7