Connect++ 0.6.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 581 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 1208 of file TPTPParser.cpp.

1210 {
1211 current_formula_role = s;
1212 #ifdef DEBUGOUTPUT
1213 cout << " ("
1214 << s
1215 << ")" << endl;
1216 #endif
1217 }

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