Connect++ 0.3.0
A fast, readable connection prover for first-order logic.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
schedule::set_value Struct Reference

Semantic action for parser. More...

#include <Schedule.hpp>

Public Member Functions

void operator() (unsigned int, qi::unused_type, qi::unused_type) const
 

Detailed Description

Semantic action for parser.

Definition at line 166 of file Schedule.hpp.

Member Function Documentation

◆ operator()()

void schedule::set_value::operator() ( unsigned int  v,
qi::unused_type  ,
qi::unused_type   
) const

Definition at line 104 of file Schedule.cpp.

105 {
106 value = v;
107}

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