Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 std::string vname (bool full=true) const =0
 A description of the polynomial. More...
 
template<typename PolynomialSet >
polynomial_wrapper
< PolynomialSet > & 
as ()
 
template<typename PolynomialSet >
const polynomial_wrapper
< PolynomialSet > & 
as () const
 
virtual bool empty () const =0
 Whether is zero. More...
 

Detailed Description

An abstract polynomial.

Definition at line 17 of file polynomial.hh.

Member Function Documentation

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

Definition at line 26 of file polynomial.hh.

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

Definition at line 32 of file polynomial.hh.

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

A description of the polynomial.

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

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


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