Vcsn  2.2a
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> \
inline \
auto \
Node<Context>

Definition at line 51 of file expression.hxx.

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

Definition at line 51 of file expression.hxx.

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

Definition at line 46 of file expression.hxx.

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

Definition at line 46 of file expression.hxx.