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
identities.cc
Go to the documentation of this file.
1
#include <
lib/vcsn/algos/registry.hh
>
2
#include <
vcsn/dyn/ratexp.hh
>
3
#include <
vcsn/algos/identities.hh
>
4
#include <
vcsn/dyn/algos.hh
>
5
6
namespace
vcsn
7
{
8
namespace
dyn
9
{
10
REGISTER_DEFINE(
identities
);
11
12
rat::identities
13
identities
(
const
ratexp
& exp)
14
{
15
return
detail::identities_registry().call(exp);
16
}
17
18
}
19
}
ratexp.hh
vcsn::dyn::identities
rat::identities identities(const ratexp &exp)
The identities of ratexp exp.
Definition:
identities.cc:13
vcsn::dyn::ratexp
std::shared_ptr< detail::ratexp_base > ratexp
Definition:
fwd.hh:64
registry.hh
algos.hh
identities.hh
vcsn::rat::identities
identities
A ratexpset can implement several different sets of identities on expressions.
Definition:
identities.hh:17
lib
vcsn
algos
identities.cc
Generated by
1.8.7