Vcsn  2.2
Be Rational
vcsn::dyn::detail::expression_base Class Referenceabstract

An abstract expression. More...

#include <expression.hh>

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

Public Member Functions

virtual symbol vname () const =0
 A description of the expression type. More...
 
template<typename ExpSet >
auto & as ()
 Extract wrapped typed expression. More...
 
template<typename ExpSet >
auto & as () const
 Extract wrapped typed expression. More...
 

Detailed Description

An abstract expression.

Definition at line 18 of file expression.hh.

Member Function Documentation

template<typename ExpSet >
auto& vcsn::dyn::detail::expression_base::as ( )
inline

Extract wrapped typed expression.

Definition at line 26 of file expression.hh.

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

Here is the call graph for this function:

template<typename ExpSet >
auto& vcsn::dyn::detail::expression_base::as ( ) const
inline

Extract wrapped typed expression.

Definition at line 33 of file expression.hh.

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

Here is the call graph for this function:

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

A description of the expression type.

Implemented in vcsn::dyn::detail::expression_wrapper< ExpSet >.


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