Vcsn  2.2
Be Rational
info.hh File Reference
#include <algorithm>
#include <iostream>
#include <vcsn/core/rat/visitor.hh>
Include dependency graph for info.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::rat::info< ExpSet >
 Gather information of the number of the different node types. More...
 
struct  vcsn::rat::info< ExpSet >::visit_tuple< bool, Dummy >
 
struct  vcsn::rat::info< ExpSet >::visit_tuple< false, Dummy >
 

Namespaces

 vcsn
 
 vcsn::rat
 

Macros

#define DEFINE(Type)
 

Functions

template<typename ExpSet >
info< ExpSet > vcsn::rat::make_info (const typename ExpSet::value_t &r)
 

Macro Definition Documentation

#define DEFINE (   Type)
Value:
public: \
size_t Type = 0; \
private: \
VCSN_RAT_VISIT(Type, v)

Definition at line 90 of file info.hh.