Vcsn  2.2
Be Rational
vcsn::dyn::detail::label_base Class Referenceabstract

An abstract label. More...

#include <label.hh>

Inheritance diagram for vcsn::dyn::detail::label_base:
Collaboration diagram for vcsn::dyn::detail::label_base:

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...
 

Detailed Description

An abstract label.

Definition at line 16 of file label.hh.

Member Function Documentation

template<typename LabelSet >
auto& vcsn::dyn::detail::label_base::as ( )
inline

Extract wrapped typed label.

Definition at line 24 of file label.hh.

References vcsn::dyn::detail::dyn_cast().

Here is the call graph for this function:

template<typename LabelSet >
auto& vcsn::dyn::detail::label_base::as ( ) const
inline

Extract wrapped typed label.

Definition at line 31 of file label.hh.

References vcsn::dyn::detail::dyn_cast().

Here is the call graph for this function:

virtual symbol vcsn::dyn::detail::label_base::vname ( ) const
pure virtual

A description of the label type.

Implemented in vcsn::dyn::detail::label_wrapper< LabelSet >.


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