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

#include <print_exp.hh>

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

Public Types

using context_t = context_t_of< ratexpset_t >
 
using labelset_t = labelset_t_of< context_t >
 
using node_t = typename super_type::node_t
 
using ratexp_t = typename ratexpset_t::value_t
 
using ratexpset_t = RatExpSet
 
using super_type = typename ratexpset_t::const_visitor
 
using weightset_t = weightset_t_of< ratexpset_t >
 

Public Member Functions

 print_visitor (const ratexpset_t &rs, std::ostream &o, bool with_dot)
 
 AWALI_RAT_VISIT (atom, e)
 
 AWALI_RAT_VISIT (complement, e)
 
 AWALI_RAT_VISIT (conjunction, e)
 
 AWALI_RAT_VISIT (lweight, e)
 
 AWALI_RAT_VISIT (one,)
 
 AWALI_RAT_VISIT (prod, e)
 
 AWALI_RAT_VISIT (rweight, e)
 
 AWALI_RAT_VISIT (shuffle, e)
 
 AWALI_RAT_VISIT (star, e)
 
 AWALI_RAT_VISIT (sum, e)
 
 AWALI_RAT_VISIT (zero,)
 
std::ostream & operator() (const ratexp_t &v)
 

Static Public Member Functions

constexpr static const char * me ()
 

Member Typedef Documentation

◆ context_t

template<typename RatExpSet >
using awali::sttc::rat::print_visitor< RatExpSet >::context_t = context_t_of<ratexpset_t>

◆ labelset_t

template<typename RatExpSet >
using awali::sttc::rat::print_visitor< RatExpSet >::labelset_t = labelset_t_of<context_t>

◆ node_t

template<typename RatExpSet >
using awali::sttc::rat::print_visitor< RatExpSet >::node_t = typename super_type::node_t

◆ ratexp_t

template<typename RatExpSet >
using awali::sttc::rat::print_visitor< RatExpSet >::ratexp_t = typename ratexpset_t::value_t

◆ ratexpset_t

template<typename RatExpSet >
using awali::sttc::rat::print_visitor< RatExpSet >::ratexpset_t = RatExpSet

◆ super_type

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

◆ weightset_t

template<typename RatExpSet >
using awali::sttc::rat::print_visitor< RatExpSet >::weightset_t = weightset_t_of<ratexpset_t>

Constructor & Destructor Documentation

◆ print_visitor()

template<typename RatExpSet >
awali::sttc::rat::print_visitor< RatExpSet >::print_visitor ( const ratexpset_t rs,
std::ostream &  o,
bool  with_dot 
)

Member Function Documentation

◆ AWALI_RAT_VISIT() [1/11]

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

◆ AWALI_RAT_VISIT() [2/11]

template<typename RatExpSet >
awali::sttc::rat::print_visitor< RatExpSet >::AWALI_RAT_VISIT ( complement  ,
 
)

◆ AWALI_RAT_VISIT() [3/11]

template<typename RatExpSet >
awali::sttc::rat::print_visitor< RatExpSet >::AWALI_RAT_VISIT ( conjunction  ,
 
)

◆ AWALI_RAT_VISIT() [4/11]

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

◆ AWALI_RAT_VISIT() [5/11]

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

◆ AWALI_RAT_VISIT() [6/11]

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

◆ AWALI_RAT_VISIT() [7/11]

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

◆ AWALI_RAT_VISIT() [8/11]

template<typename RatExpSet >
awali::sttc::rat::print_visitor< RatExpSet >::AWALI_RAT_VISIT ( shuffle  ,
 
)

◆ AWALI_RAT_VISIT() [9/11]

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

◆ AWALI_RAT_VISIT() [10/11]

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

◆ AWALI_RAT_VISIT() [11/11]

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

◆ me()

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

◆ operator()()

template<typename RatExpSet >
std::ostream& awali::sttc::rat::print_visitor< RatExpSet >::operator() ( const ratexp_t v)

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