Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::dyn::detail::ratexp_base Class Referenceabstract

An abstract ratexp. More...

#include <ratexp.hh>

Inheritance diagram for vcsn::dyn::detail::ratexp_base:
Collaboration diagram for vcsn::dyn::detail::ratexp_base:

Public Member Functions

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...
 

Detailed Description

An abstract ratexp.

Definition at line 18 of file ratexp.hh.

Member Function Documentation

template<typename RatExpSet >
ratexp_wrapper<RatExpSet>& vcsn::dyn::detail::ratexp_base::as ( )
inline

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

A description of the ratexp type.

Parameters
fullwhether to include the genset. if false, same as sname.

Implemented in vcsn::dyn::detail::ratexp_wrapper< RatExpSet >.


The documentation for this class was generated from the following file: