Vcsn  2.2
Be Rational
vcsn::rat::expressionset_impl< Context >::tuple_of_label< Dummy > Struct Template Reference

Turn a tuple of expressions that are labels into a multi-tape label. More...

Collaboration diagram for vcsn::rat::expressionset_impl< Context >::tuple_of_label< Dummy >:

Static Public Member Functions

static bool is_label (const tuple_t &v)
 Are all the components labels? More...
 
static label_t as_label (const tuple_t &v)
 All the components are (single-tape) labels: make this a multitape label. More...
 
template<size_t... I>
static bool is_label_ (const tuple_t &v, detail::index_sequence< I... >)
 
template<size_t... I>
static label_t as_label_ (const tuple_t &v, detail::index_sequence< I... >)
 
template<size_t I>
static project_t< I >::label_t as_label_ (const tuple_t &v)
 

Detailed Description

template<typename Context>
template<typename Dummy = void>
struct vcsn::rat::expressionset_impl< Context >::tuple_of_label< Dummy >

Turn a tuple of expressions that are labels into a multi-tape label.

Definition at line 404 of file expressionset.hh.

Member Function Documentation

template<typename Context >
template<typename Dummy = void>
static label_t vcsn::rat::expressionset_impl< Context >::tuple_of_label< Dummy >::as_label ( const tuple_t v)
inlinestatic

All the components are (single-tape) labels: make this a multitape label.

Definition at line 414 of file expressionset.hh.

template<typename Context >
template<typename Dummy = void>
template<size_t... I>
static label_t vcsn::rat::expressionset_impl< Context >::tuple_of_label< Dummy >::as_label_ ( const tuple_t v,
detail::index_sequence< I... >   
)
inlinestatic

Definition at line 431 of file expressionset.hh.

References vcsn::detail::v.

template<typename Context >
template<typename Dummy = void>
template<size_t I>
static project_t<I>::label_t vcsn::rat::expressionset_impl< Context >::tuple_of_label< Dummy >::as_label_ ( const tuple_t v)
inlinestatic

Definition at line 437 of file expressionset.hh.

References vcsn::detail::label_one(), vcsn::rat::one, vcsn::rat::tuple< Context, Enable >::sub(), and vcsn::dyn::type().

Here is the call graph for this function:

template<typename Context >
template<typename Dummy = void>
static bool vcsn::rat::expressionset_impl< Context >::tuple_of_label< Dummy >::is_label ( const tuple_t v)
inlinestatic

Are all the components labels?

Definition at line 407 of file expressionset.hh.

template<typename Context >
template<typename Dummy = void>
template<size_t... I>
static bool vcsn::rat::expressionset_impl< Context >::tuple_of_label< Dummy >::is_label_ ( const tuple_t v,
detail::index_sequence< I... >   
)
inlinestatic

Definition at line 420 of file expressionset.hh.

References vcsn::rat::atom, vcsn::rat::one, vcsn::rat::tuple< Context, Enable >::sub(), and vcsn::dyn::type().

Here is the call graph for this function:


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