![]() |
Connect++ 0.5.0
A fast, readable connection prover for first-order logic.
|
More complex semantic actions, now functions etc to make a literal. More...
#include <TPTPParser.hpp>
Public Member Functions | |
Term * | operator() (const string &) const |
Term * | operator() (const fof_plain_term_struct &) const |
More complex semantic actions, now functions etc to make a literal.
This is complicated by the need to be very careful to distinguish predicates from functions. So we have one function to deal with fof_plain_term the first time it's seen, to get a prodicate. Then a different one to get the functions.
Definition at line 544 of file TPTPParser.hpp.
Term * convert_fof_arguments_struct::operator() | ( | const fof_plain_term_struct & | t | ) | const |
Definition at line 1098 of file TPTPParser.cpp.
Term * convert_fof_arguments_struct::operator() | ( | const string & | s | ) | const |
Definition at line 1089 of file TPTPParser.cpp.