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