Awali
Another Weighted Automata library
Namespaces | Macros
visitor.hxx File Reference
#include <awali/sttc/core/rat/visitor.hh>
#include <awali/sttc/core/rat/ratexp.hh>
#include <cassert>

Go to the source code of this file.

Namespaces

 awali
 Main namespace of Awali.
 
 awali::sttc
 Namespace for the static layer of Awali.
 
 awali::sttc::rat
 Namespace about static rational expressions.
 

Macros

#define VISIT(Type, Name)
 

Macro Definition Documentation

◆ VISIT

#define VISIT (   Type,
  Name 
)
Value:
template <typename Label, typename Weight> \
inline \
void \
const_visitor<Label, Weight>::visit(const Type ## _t& Name)