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 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.