Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
expansion.hh File Reference
#include <memory>
#include <string>
Include dependency graph for expansion.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::dyn::detail::expansion_base
 An abstract expansion. More...
 
class  vcsn::dyn::detail::expansion_wrapper< ExpansionSet >
 Aggregate a expansion and its expansionset. More...
 

Namespaces

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

Typedefs

using vcsn::dyn::expansion = std::shared_ptr< const detail::expansion_base >
 

Functions

template<typename ExpansionSet >
expansion vcsn::dyn::make_expansion (const ExpansionSet &ps, const typename ExpansionSet::value_t &expansion)