Connect++ 0.1
A fast, readable connection prover for first-order logic.
Loading...
Searching...
No Matches
Public Attributes | List of all members
tptp_parser::fof_plain_term_struct Struct Reference

Recursive data structure for Terms. More...

#include <TPTPParser.hpp>

Collaboration diagram for tptp_parser::fof_plain_term_struct:
Collaboration graph
[legend]

Public Attributes

string functor
 
std::vector< fof_arguments_structargs
 

Detailed Description

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.


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