The Battle for Wesnoth  1.19.0-dev
Classes | Typedefs
spirit_po::default_plural_forms Namespace Reference

Classes

class  function_object
 
struct  compiler
 
struct  constant
 
struct  n_var
 
struct  not_op
 
struct  ternary_op
 
struct  evaluator
 

Typedefs

typedef boost::variant< constant, n_var, boost::recursive_wrapper< not_op >, boost::recursive_wrapper< ternary_op > > expr
 

Typedef Documentation

◆ expr

typedef boost::variant<constant, n_var, boost::recursive_wrapper<not_op>,boost::recursive_wrapper<ternary_op> > spirit_po::default_plural_forms::expr

Definition at line 80 of file default_plural_forms_expressions.hpp.