![]() |
Connect++ 0.5.0
A fast, readable connection prover for first-order logic.
|
Public Attributes | |
fof_defined_infix_formula_grammar< It > | fof_defined_infix_formula |
fof_infix_unary_grammar< It > | fof_infix_unary |
fof_atomic_formula_grammar< It > | fof_atomic_formula |
qi::rule< It, fof_binary_struct(), ascii::space_type > | fof_binary_nonassoc |
qi::rule< It, fof_andor_struct(), ascii::space_type > | fof_binary_assoc |
qi::rule< It, vector< string >(), ascii::space_type > | fof_variable_list |
qi::rule< It, fof_quantifier_struct(), ascii::space_type > | fof_quantified_formula |
qi::rule< It, fof_andor_struct(), ascii::space_type > | fof_or_formula |
qi::rule< It, fof_andor_struct(), ascii::space_type > | fof_and_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_binary_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_unit_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_unary_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_unitary_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_logic_formula |
qi::rule< It, fof_formula_type(), ascii::space_type > | fof_formula |
Definition at line 783 of file TPTPParser.cpp.
|
inline |
Definition at line 787 of file TPTPParser.cpp.
qi::rule<It, fof_andor_struct(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_and_formula |
Definition at line 861 of file TPTPParser.cpp.
fof_atomic_formula_grammar<It> tptp_parser::fof_formula_grammar< It >::fof_atomic_formula |
Definition at line 846 of file TPTPParser.cpp.
qi::rule<It, fof_andor_struct(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_binary_assoc |
Definition at line 851 of file TPTPParser.cpp.
qi::rule<It, fof_formula_type(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_binary_formula |
Definition at line 864 of file TPTPParser.cpp.
qi::rule<It, fof_binary_struct(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_binary_nonassoc |
Definition at line 849 of file TPTPParser.cpp.
fof_defined_infix_formula_grammar<It> tptp_parser::fof_formula_grammar< It >::fof_defined_infix_formula |
Definition at line 844 of file TPTPParser.cpp.
qi::rule<It, fof_formula_type(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_formula |
Definition at line 876 of file TPTPParser.cpp.
fof_infix_unary_grammar<It> tptp_parser::fof_formula_grammar< It >::fof_infix_unary |
Definition at line 845 of file TPTPParser.cpp.
qi::rule<It, fof_formula_type(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_logic_formula |
Definition at line 873 of file TPTPParser.cpp.
qi::rule<It, fof_andor_struct(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_or_formula |
Definition at line 859 of file TPTPParser.cpp.
qi::rule<It, fof_quantifier_struct(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_quantified_formula |
Definition at line 857 of file TPTPParser.cpp.
qi::rule<It, fof_formula_type(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_unary_formula |
Definition at line 868 of file TPTPParser.cpp.
qi::rule<It, fof_formula_type(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_unit_formula |
Definition at line 866 of file TPTPParser.cpp.
qi::rule<It, fof_formula_type(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_unitary_formula |
Definition at line 870 of file TPTPParser.cpp.
qi::rule<It, vector<string>(), ascii::space_type> tptp_parser::fof_formula_grammar< It >::fof_variable_list |
Definition at line 854 of file TPTPParser.cpp.