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
is-proper.cc
Go to the documentation of this file.
1
#include <
lib/vcsn/algos/registry.hh
>
2
#include <
vcsn/algos/is-proper.hh
>
3
#include <
vcsn/dyn/algos.hh
>
4
5
namespace
vcsn
6
{
7
namespace
dyn
8
{
9
/*------------.
10
| is_proper. |
11
`------------*/
12
13
REGISTER_DEFINE(
is_proper
);
14
15
bool
16
is_proper
(
const
automaton
& aut)
17
{
18
return
detail::is_proper_registry().call(aut);
19
}
20
}
21
}
vcsn::dyn::automaton
std::shared_ptr< detail::automaton_base > automaton
Definition:
automaton.hh:71
vcsn::dyn::is_proper
bool is_proper(const automaton &aut)
Whether has no spontaneous transition.
Definition:
is-proper.cc:16
is-proper.hh
registry.hh
algos.hh
lib
vcsn
algos
is-proper.cc
Generated by
1.8.7