An abstract ratexp.
More...
#include <ratexp.hh>
|
virtual std::string | vname (bool full=true) const =0 |
| A description of the ratexp type. More...
|
|
template<typename RatExpSet > |
ratexp_wrapper< RatExpSet > & | as () |
| Extract wrapped typed ratexp. More...
|
|
template<typename RatExpSet > |
const ratexp_wrapper< RatExpSet > & | as () const |
| Extract wrapped typed ratexp. More...
|
|
An abstract ratexp.
Definition at line 18 of file ratexp.hh.
template<typename RatExpSet >
Extract wrapped typed ratexp.
Definition at line 28 of file ratexp.hh.
template<typename RatExpSet >
const ratexp_wrapper<RatExpSet>& vcsn::dyn::detail::ratexp_base::as |
( |
| ) |
const |
|
inline |
Extract wrapped typed ratexp.
Definition at line 35 of file ratexp.hh.
virtual std::string vcsn::dyn::detail::ratexp_base::vname |
( |
bool |
full = true | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: