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