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

An abstract expansion. More...

#include <expansion.hh>

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

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
 

Detailed Description

An abstract expansion.

Definition at line 14 of file expansion.hh.

Member Function Documentation

template<typename ExpansionSet >
expansion_wrapper<ExpansionSet>& vcsn::dyn::detail::expansion_base::as ( )
inline

Definition at line 23 of file expansion.hh.

template<typename ExpansionSet >
const expansion_wrapper<ExpansionSet>& vcsn::dyn::detail::expansion_base::as ( ) const
inline

Definition at line 29 of file expansion.hh.

virtual std::string vcsn::dyn::detail::expansion_base::vname ( bool  full = true) const
pure virtual

A description of the expansion.

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

Implemented in vcsn::dyn::detail::expansion_wrapper< ExpansionSet >.


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