Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 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...
 

Detailed Description

An abstract label.

Definition at line 17 of file label.hh.

Member Function Documentation

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

Extract wrapped typed label.

Definition at line 27 of file label.hh.

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

Extract wrapped typed label.

Definition at line 34 of file label.hh.

virtual std::string vcsn::dyn::detail::label_base::vname ( bool  full = true) const
pure virtual

A description of the label type.

Parameters
fullwhether to include the genset. if false, same as sname.

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


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