Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
less-than.hh File Reference
Include dependency graph for less-than.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::rat::less_than< RatExpSet >
 

Namespaces

 vcsn
 
 vcsn::rat
 

Macros

#define VISIT(Type)
 

Functions

template<class RatExpSet >
RatExpSet::value_t vcsn::less_than (const RatExpSet &rs, const typename RatExpSet::value_t &v)
 

Macro Definition Documentation

#define VISIT (   Type)
Value:
using Type ## _t = typename super_t::Type ## _t; \
virtual void \
visit(const Type ## _t& lhs) \
{ \
res_ = less_than_(lhs, *down_pointer_cast<const Type ## _t>(rhs_)); \
}

Definition at line 64 of file less-than.hh.