Vcsn
2.0
Be Rational
|
An abstract weight. More...
#include <weight.hh>
Public Member Functions | |
virtual std::string | vname (bool full=true) const =0 |
A description of the weight type. More... | |
template<typename WeightSet > | |
weight_wrapper< WeightSet > & | as () |
Extract wrapped typed weight. More... | |
template<typename WeightSet > | |
const weight_wrapper< WeightSet > & | as () const |
Extract wrapped typed weight. More... | |
|
inline |
|
inline |
|
pure virtual |
A description of the weight type.
full | whether to include the genset. if false, same as sname. |
Implemented in vcsn::dyn::detail::weight_wrapper< T >.