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

More complex semantic action for FOF formulas. More...

#include <TPTPParser.hpp>

Public Member Functions

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

Detailed Description

More complex semantic action for FOF formulas.

Functions etc to make a FOF formula.

Definition at line 608 of file TPTPParser.hpp.

Member Function Documentation

◆ operator()()

void make_fof_formula::operator() ( const fof_formula_type & f,
qi::unused_type ,
qi::unused_type  ) const

Definition at line 1380 of file TPTPParser.cpp.

1381 {
1382 current_formula =
1383 boost::apply_visitor(convert_fof_formula(), f);
1384 }
More complex semantic action for FOF formulas.

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