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

An abstract polynomial. More...

#include <polynomial.hh>

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

Public Member Functions

virtual symbol vname () const =0
 A description of the polynomial. More...
 
template<typename PolynomialSet >
auto & as ()
 
template<typename PolynomialSet >
auto & as () const
 
virtual bool empty () const =0
 Whether is zero. More...
 

Detailed Description

An abstract polynomial.

Definition at line 18 of file polynomial.hh.

Member Function Documentation

template<typename PolynomialSet >
auto& vcsn::dyn::detail::polynomial_base::as ( )
inline

Definition at line 25 of file polynomial.hh.

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

Here is the call graph for this function:

template<typename PolynomialSet >
auto& vcsn::dyn::detail::polynomial_base::as ( ) const
inline

Definition at line 31 of file polynomial.hh.

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

Here is the call graph for this function:

virtual bool vcsn::dyn::detail::polynomial_base::empty ( ) const
pure virtual
virtual symbol vcsn::dyn::detail::polynomial_base::vname ( ) const
pure virtual

A description of the polynomial.

Implemented in vcsn::dyn::detail::polynomial_wrapper< PolynomialSet >.


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