Connect++ 0.5.0
A fast, readable connection prover for first-order logic.
Loading...
Searching...
No Matches
CommentStatus 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 441 of file TPTPParser.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 992 of file TPTPParser.cpp.

994 {
995 if (is_first_status) {
996 status = s;
997 is_first_status = false;
998 }
999 }

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