Connect++ 0.7.0
A fast, readable connection prover for first-order logic.
Loading...
Searching...
No Matches
print_cnf_formula_role Struct Reference

Semantic action for cnf_formula. More...

#include <TPTPParser.hpp>

Public Member Functions

void operator() (const string &, qi::unused_type, qi::unused_type) const
 

Detailed Description

Semantic action for cnf_formula.

Definition at line 565 of file TPTPParser.hpp.

Member Function Documentation

◆ operator()()

void print_cnf_formula_role::operator() ( const string & s,
qi::unused_type ,
qi::unused_type  ) const

Definition at line 1185 of file TPTPParser.cpp.

1187 {
1188 current_clause_role = s;
1189#ifdef DEBUGOUTPUT
1190 cout << " ("
1191 << s
1192 << ")" << endl;
1193#endif
1194 }

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