Vcsn  2.3a
Be Rational
expression.hxx File Reference
Include dependency graph for expression.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> \
auto \
Node<Context>

Definition at line 48 of file expression.hxx.

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

Definition at line 48 of file expression.hxx.

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

Definition at line 44 of file expression.hxx.

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

Definition at line 44 of file expression.hxx.