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

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 DEFINE(Node)
 
#define DEFINE(Node)
 
#define DEFINE_CTOR(Node)
 
#define DEFINE_CTOR(Node)
 

Macro Definition Documentation

◆ DEFINE [1/2]

#define DEFINE (   Node)
Value:
template <typename Label, typename Weight> \
inline \
auto \
Node<Label, Weight>

◆ DEFINE [2/2]

#define DEFINE (   Node)
Value:
template <type_t Type, typename Label, typename Weight> \
inline \
auto \
Node<Type, Label, Weight>

◆ DEFINE_CTOR [1/2]

#define DEFINE_CTOR (   Node)
Value:
template <typename Label, typename Weight> \
inline \
Node<Label, Weight>::Node

◆ DEFINE_CTOR [2/2]

#define DEFINE_CTOR (   Node)
Value:
template <type_t Type, typename Label, typename Weight> \
inline \
Node<Type, Label, Weight>::Node