Definition at line 37 of file solve_interrupter.h.
#include <solve_interrupter.h>
|
| using | Callback = absl::AnyInvocable<void() &&> |
◆ Callback
◆ SolveInterrupter() [1/2]
| operations_research::SolveInterrupter::SolveInterrupter |
( |
| ) |
|
|
default |
◆ SolveInterrupter() [2/2]
| operations_research::SolveInterrupter::SolveInterrupter |
( |
const SolveInterrupter & | | ) |
|
|
delete |
◆ AddInterruptionCallback()
| SolveInterrupter::CallbackId operations_research::SolveInterrupter::AddInterruptionCallback |
( |
absl_nonnull Callback | callback | ) |
const |
◆ DEFINE_STRONG_INT_TYPE()
| operations_research::SolveInterrupter::DEFINE_STRONG_INT_TYPE |
( |
CallbackId | , |
|
|
int64_t | ) |
◆ Interrupt()
| void operations_research::SolveInterrupter::Interrupt |
( |
| ) |
|
◆ IsInterrupted()
| bool operations_research::SolveInterrupter::IsInterrupted |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ RemoveInterruptionCallback()
| void operations_research::SolveInterrupter::RemoveInterruptionCallback |
( |
CallbackId | id | ) |
const |
The documentation for this class was generated from the following files: