Awali
Another Weighted Automata library
Public Types | Public Member Functions | Static Public Member Functions
awali::sttc::rat::expsupport_visitor< RatExpSet > Class Template Reference

#include <exp_support.hh>

Inheritance diagram for awali::sttc::rat::expsupport_visitor< RatExpSet >:

Public Types

using in_context_t = context_t_of< in_ratexpset_t >
 
using in_ratexpset_t = RatExpSet
 
using labelset_t = labelset_t_of< in_context_t >
 
using out_context_t = context< labelset_t, sttc::b >
 
using out_ratexp_t = typename out_ratexpset_t::ratexp_t
 
using out_ratexpset_t = ratexpset_of< out_context_t >
 
using ratexp_t = typename in_ratexpset_t::ratexp_t
 
using super_type = typename RatExpSet::const_visitor
 

Public Member Functions

 expsupport_visitor (const in_ratexpset_t &ratexpset)
 
 AWALI_RAT_VISIT (atom, e)
 
 AWALI_RAT_VISIT (lweight, e)
 
 AWALI_RAT_VISIT (one,)
 
 AWALI_RAT_VISIT (prod, e)
 
 AWALI_RAT_VISIT (rweight, e)
 
 AWALI_RAT_VISIT (star, e)
 
 AWALI_RAT_VISIT (sum, e)
 
 AWALI_RAT_VISIT (zero,)
 
out_ratexpset_t get_ratexpset ()
 
out_ratexp_t operator() (const ratexp_t &v)
 

Static Public Member Functions

constexpr static const char * me ()
 

Detailed Description

template<typename RatExpSet>
class awali::sttc::rat::expsupport_visitor< RatExpSet >

Template Parameters
Autrelative the generated automaton
Contextrelative to the RatExp.

Member Typedef Documentation

◆ in_context_t

template<typename RatExpSet >
using awali::sttc::rat::expsupport_visitor< RatExpSet >::in_context_t = context_t_of<in_ratexpset_t>

◆ in_ratexpset_t

template<typename RatExpSet >
using awali::sttc::rat::expsupport_visitor< RatExpSet >::in_ratexpset_t = RatExpSet

◆ labelset_t

template<typename RatExpSet >
using awali::sttc::rat::expsupport_visitor< RatExpSet >::labelset_t = labelset_t_of<in_context_t>

◆ out_context_t

template<typename RatExpSet >
using awali::sttc::rat::expsupport_visitor< RatExpSet >::out_context_t = context<labelset_t, sttc::b>

◆ out_ratexp_t

template<typename RatExpSet >
using awali::sttc::rat::expsupport_visitor< RatExpSet >::out_ratexp_t = typename out_ratexpset_t::ratexp_t

◆ out_ratexpset_t

template<typename RatExpSet >
using awali::sttc::rat::expsupport_visitor< RatExpSet >::out_ratexpset_t = ratexpset_of<out_context_t>

◆ ratexp_t

template<typename RatExpSet >
using awali::sttc::rat::expsupport_visitor< RatExpSet >::ratexp_t = typename in_ratexpset_t::ratexp_t

◆ super_type

template<typename RatExpSet >
using awali::sttc::rat::expsupport_visitor< RatExpSet >::super_type = typename RatExpSet::const_visitor

Constructor & Destructor Documentation

◆ expsupport_visitor()

template<typename RatExpSet >
awali::sttc::rat::expsupport_visitor< RatExpSet >::expsupport_visitor ( const in_ratexpset_t ratexpset)

Member Function Documentation

◆ AWALI_RAT_VISIT() [1/8]

template<typename RatExpSet >
awali::sttc::rat::expsupport_visitor< RatExpSet >::AWALI_RAT_VISIT ( atom  ,
 
)

◆ AWALI_RAT_VISIT() [2/8]

template<typename RatExpSet >
awali::sttc::rat::expsupport_visitor< RatExpSet >::AWALI_RAT_VISIT ( lweight  ,
 
)

◆ AWALI_RAT_VISIT() [3/8]

template<typename RatExpSet >
awali::sttc::rat::expsupport_visitor< RatExpSet >::AWALI_RAT_VISIT ( one  )

◆ AWALI_RAT_VISIT() [4/8]

template<typename RatExpSet >
awali::sttc::rat::expsupport_visitor< RatExpSet >::AWALI_RAT_VISIT ( prod  ,
 
)

◆ AWALI_RAT_VISIT() [5/8]

template<typename RatExpSet >
awali::sttc::rat::expsupport_visitor< RatExpSet >::AWALI_RAT_VISIT ( rweight  ,
 
)

◆ AWALI_RAT_VISIT() [6/8]

template<typename RatExpSet >
awali::sttc::rat::expsupport_visitor< RatExpSet >::AWALI_RAT_VISIT ( star  ,
 
)

◆ AWALI_RAT_VISIT() [7/8]

template<typename RatExpSet >
awali::sttc::rat::expsupport_visitor< RatExpSet >::AWALI_RAT_VISIT ( sum  ,
 
)

◆ AWALI_RAT_VISIT() [8/8]

template<typename RatExpSet >
awali::sttc::rat::expsupport_visitor< RatExpSet >::AWALI_RAT_VISIT ( zero  )

◆ get_ratexpset()

template<typename RatExpSet >
out_ratexpset_t awali::sttc::rat::expsupport_visitor< RatExpSet >::get_ratexpset ( )

◆ me()

template<typename RatExpSet >
constexpr static const char* awali::sttc::rat::expsupport_visitor< RatExpSet >::me ( )
staticconstexpr

◆ operator()()

template<typename RatExpSet >
out_ratexp_t awali::sttc::rat::expsupport_visitor< RatExpSet >::operator() ( const ratexp_t v)

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