Vcsn  2.3
Be Rational
transpose.hh File Reference
Include dependency graph for transpose.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::transpose_impl< ExpSet >
 A visitor to create a transposed expression,. More...
 
struct  vcsn::detail::transpose_impl< ExpSet >::visit_tuple< bool, Dummy >
 
struct  vcsn::detail::transpose_impl< ExpSet >::visit_tuple< false, Dummy >
 

Namespaces

 vcsn
 
 vcsn::detail
 

Macros

#define DEFINE(Node)
 Handle variadic operations. More...
 

Functions

template<typename ExpSet >
ExpSet::value_t vcsn::transpose (const ExpSet &rs, const typename ExpSet::value_t &v)
 An expression that denotes the transposition of v. More...
 

Macro Definition Documentation

#define DEFINE (   Node)
Value:
VCSN_RAT_VISIT(Node, e) \
{ \
visit_(e, &expressionset_t::Node); \
}
#define VCSN_RAT_VISIT(Type, Val)
Definition: visitor.hh:71

Handle variadic operations.

Definition at line 99 of file transpose.hh.