Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ratexp.hxx File Reference
Include dependency graph for ratexp.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::rat
 

Macros

#define DEFINE_CTOR(Node)
 
#define DEFINE(Node)
 
#define DEFINE_CTOR(Node)
 
#define DEFINE(Node)
 

Macro Definition Documentation

#define DEFINE (   Node)
Value:
template <typename Context> \
inline \
auto \
Node<Context>

Definition at line 52 of file ratexp.hxx.

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

Definition at line 52 of file ratexp.hxx.

#define DEFINE_CTOR (   Node)
Value:
template <typename Context> \
inline \
Node<Context>::Node

Definition at line 47 of file ratexp.hxx.

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

Definition at line 47 of file ratexp.hxx.