Connect++ 0.3.0
A fast, readable connection prover for first-order logic.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 562 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 1174 of file TPTPParser.cpp.

1176 {
1177 current_clause_role = s;
1178#ifdef DEBUGOUTPUT
1179 cout << " ("
1180 << s
1181 << ")" << endl;
1182#endif
1183 }

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