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

One of several basic semantic actions. More...

#include <TPTPParser.hpp>

Public Member Functions

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

Detailed Description

One of several basic semantic actions.

Collectively, store include file information, comments and so on.

Definition at line 465 of file TPTPParser.hpp.

Member Function Documentation

◆ operator()()

void DistinctAdder::operator() ( const string & s,
qi::unused_type ,
qi::unused_type  ) const

Definition at line 1021 of file TPTPParser.cpp.

1023 {
1024 distinct_objects.insert(s);
1025 string message("Found distinct object: ");
1026 message += s;
1027 if (params::verbosity > 2)
1028 cout << message << endl;
1029 }

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