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

Public Attributes

fof_formula_grammar< It > fof_formula
 
qi::rule< It, ascii::space_type > fof_annotated
 

Detailed Description

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

Definition at line 907 of file TPTPParser.cpp.

Constructor & Destructor Documentation

◆ fof_annotated_grammar()

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

Definition at line 910 of file TPTPParser.cpp.

911 : fof_annotated_grammar::base_type(fof_annotated) {
912 fof_annotated =
913 lit("fof")
914 >> lit('(')
915 >> name [print_fof_formula_name()]
916 >> lit(',')
917 >> formula_role [print_fof_formula_role()]
918 >> lit(',')
919 >> fof_formula [add_fof_formula()]
920 >> lit(')')
921 >> lit('.');
922 }
More complex semantic action for FOF formulas.
Semantic action for fof_formula.
Semantic action for fof_formula.

Member Data Documentation

◆ fof_annotated

template<typename It >
qi::rule<It, ascii::space_type> tptp_parser::fof_annotated_grammar< It >::fof_annotated

Definition at line 926 of file TPTPParser.cpp.

◆ fof_formula

template<typename It >
fof_formula_grammar<It> tptp_parser::fof_annotated_grammar< It >::fof_formula

Definition at line 923 of file TPTPParser.cpp.


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