Vcsn
2.0
Be Rational
|
An abstract expansion. More...
#include <expansion.hh>
Public Member Functions | |
virtual std::string | vname (bool full=true) const =0 |
A description of the expansion. More... | |
template<typename ExpansionSet > | |
expansion_wrapper< ExpansionSet > & | as () |
template<typename ExpansionSet > | |
const expansion_wrapper < ExpansionSet > & | as () const |
An abstract expansion.
Definition at line 14 of file expansion.hh.
|
inline |
Definition at line 23 of file expansion.hh.
|
inline |
Definition at line 29 of file expansion.hh.
|
pure virtual |
A description of the expansion.
full | whether to include the genset. if false, same as sname. |
Implemented in vcsn::dyn::detail::expansion_wrapper< ExpansionSet >.