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