Milena (Olena)  User documentation 2.0a Id
 All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
op Directory Reference

Files

file  trait/op/all.hh [code]
 
file  trait/op/and.hh [code]
 Declaration of the "binary and" operator trait.
 
file  decl.hh [code]
 Forward declaration of the couple of trait solving structures: mln::trait::solve_unary and mln::trait::solve_binary.
 
file  trait/op/div.hh [code]
 Declaration of the "binary division" operator trait.
 
file  trait/op/eq.hh [code]
 Declaration of the "binary equality" operator trait.
 
file  trait/op/essential.hh [code]
 
file  geq.hh [code]
 Declaration of the "binary greater-or-equal" operator trait.
 
file  greater.hh [code]
 Declaration of the "binary greater" operator trait.
 
file  leq.hh [code]
 Declaration of the "binary less-or-equal" operator trait.
 
file  less.hh [code]
 Declaration of the "binary less" operator trait.
 
file  trait/op/lor.hh [code]
 Declaration of the "binary logical or" operator trait.
 
file  trait/op/minus.hh [code]
 Declaration of the "binary minus" operator trait.
 
file  mod.hh [code]
 Declaration of the "binary modulus" operator trait.
 
file  neq.hh [code]
 Declaration of the "binary un-equality" operator trait.
 
file  trait/op/not.hh [code]
 Declaration of the "unary negation" operator trait.
 
file  trait/op/or.hh [code]
 Declaration of the "binary or" operator trait.
 
file  trait/op/ord.hh [code]
 Declaration of an ordering operator trait.
 
file  trait/op/plus.hh [code]
 Declaration of the "binary plus" operator trait.
 
file  postdec.hh [code]
 Declaration of the "unary post-decrementation" operator trait.
 
file  postinc.hh [code]
 Declaration of the "unary post-incrementation" operator trait.
 
file  predec.hh [code]
 Declaration of the "unary pre-decrementation" operator trait.
 
file  preinc.hh [code]
 Declaration of the "unary pre-decrementation" operator trait.
 
file  trait/op/times.hh [code]
 Declaration of the "binary multiplication" operator trait.
 
file  uminus.hh [code]
 Declaration of the "unary minus" operator trait.
 
file  uplus.hh [code]
 Declaration of the "unary plus" operator trait.
 
file  trait/op/xor.hh [code]
 Declaration of the "binary xor" operator trait.