![]() |
Connect++ 0.5.0
A fast, readable connection prover for first-order logic.
|
Recursive data structure for Terms. More...
#include <TPTPParser.hpp>
Public Attributes | |
string | functor |
std::vector< fof_arguments_struct > | args |
Recursive data structure for Terms.
This is pretty closely based on the XML example in the boost documentation.
fof_plain_term includes other fof_plain_terms, so this has to be made recursive.
Definition at line 103 of file TPTPParser.hpp.
std::vector<fof_arguments_struct> tptp_parser::fof_plain_term_struct::args |
Definition at line 105 of file TPTPParser.hpp.
string tptp_parser::fof_plain_term_struct::functor |
Definition at line 104 of file TPTPParser.hpp.