Connect++ 0.7.0
A fast, readable connection prover for first-order logic.
Loading...
Searching...
No Matches
tptp_parser::cnf_annotated_grammar< It > Struct Template Reference
Inheritance diagram for tptp_parser::cnf_annotated_grammar< It >:
Collaboration diagram for tptp_parser::cnf_annotated_grammar< It >:

Public Attributes

cnf_formula_grammar< It > cnf_formula
 
qi::rule< It, ascii::space_type > cnf_annotated
 

Detailed Description

template<typename It>
struct tptp_parser::cnf_annotated_grammar< It >

Definition at line 887 of file TPTPParser.cpp.

Constructor & Destructor Documentation

◆ cnf_annotated_grammar()

template<typename It >
tptp_parser::cnf_annotated_grammar< It >::cnf_annotated_grammar ( )
inline

Definition at line 890 of file TPTPParser.cpp.

891 : cnf_annotated_grammar::base_type(cnf_annotated) {
892 cnf_annotated =
893 lit("cnf")
894 >> lit('(')
895 >> name [print_cnf_formula_name()]
896 >> lit(',')
897 >> formula_role [print_cnf_formula_role()]
898 >> lit(',')
899 >> cnf_formula [add_current_clause()]
900 >> lit(')')
901 >> lit('.');
902 }
Collection of more complex semantic actions.
Semantic action for cnf_formula.
Semantic action for cnf_formula.

Member Data Documentation

◆ cnf_annotated

template<typename It >
qi::rule<It, ascii::space_type> tptp_parser::cnf_annotated_grammar< It >::cnf_annotated

Definition at line 906 of file TPTPParser.cpp.

◆ cnf_formula

template<typename It >
cnf_formula_grammar<It> tptp_parser::cnf_annotated_grammar< It >::cnf_formula

Definition at line 903 of file TPTPParser.cpp.


The documentation for this struct was generated from the following file: