Vcsn
2.2
Be Rational
|
An abstract weight. More...
#include <weight.hh>
Public Member Functions | |
virtual symbol | vname () const =0 |
A description of the weight type. More... | |
template<typename WeightSet > | |
auto & | as () |
Extract wrapped typed weight. More... | |
template<typename WeightSet > | |
auto & | as () const |
Extract wrapped typed weight. More... | |
|
inline |
Extract wrapped typed weight.
Definition at line 24 of file weight.hh.
References vcsn::dyn::detail::dyn_cast().
|
inline |
Extract wrapped typed weight.
Definition at line 31 of file weight.hh.
References vcsn::dyn::detail::dyn_cast().
|
pure virtual |
A description of the weight type.
Implemented in vcsn::dyn::detail::weight_wrapper< WeightSet >.