Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
info.hh File Reference
#include <iostream>
#include <vcsn/core/rat/visitor.hh>
#include <vcsn/core/rat/info.hxx>
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< Context >
 

Namespaces

 vcsn
 
 vcsn::rat
 

Macros

#define DEFINE(Type)
 

Macro Definition Documentation

#define DEFINE (   Type)
Value:
public: \
using Type ## _t = typename super_t::Type ## _t; \
size_t Type = 0; \
\
private: \
void visit(const Type ## _t& v);

Definition at line 24 of file info.hh.