Vcsn  2.2
Be Rational
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 symbol vname () const =0
 A description of the expansion. More...
 
template<typename ExpansionSet >
auto & as ()
 
template<typename ExpansionSet >
auto & as () const
 

Detailed Description

An abstract expansion.

Definition at line 15 of file expansion.hh.

Member Function Documentation

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

Definition at line 22 of file expansion.hh.

References vcsn::dyn::detail::dyn_cast().

Here is the call graph for this function:

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

Definition at line 28 of file expansion.hh.

References vcsn::dyn::detail::dyn_cast().

Here is the call graph for this function:

virtual symbol vcsn::dyn::detail::expansion_base::vname ( ) const
pure virtual

A description of the expansion.

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


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