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

Semantic action for fof_formula. More...

#include <TPTPParser.hpp>

Public Member Functions

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

Detailed Description

Semantic action for fof_formula.

Definition at line 584 of file TPTPParser.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 1219 of file TPTPParser.cpp.

1221 {
1222 current_formula_role = s;
1223 #ifdef DEBUGOUTPUT
1224 cout << " ("
1225 << s
1226 << ")" << endl;
1227 #endif
1228 }

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