C++ Reference

C++ Reference: Routing

DelayedCallMethod1< T, P >

Detailed Description

template<class T, class P>
class operations_research::DelayedCallMethod1< T, P >

Low-priority demon proxy to a method on the constraint with one argument.

Definition at line 703 of file constraint_solveri.h.

Public Member Functions

 DelayedCallMethod1 (T *const ct, void(T::*method)(P), const std::string &name, P param1)
 
 ~DelayedCallMethod1 () override
 
void Run (Solver *const s) override
 
Solver::DemonPriority priority () const override
 
std::string DebugString () const override
 

Constructor & Destructor Documentation

◆ DelayedCallMethod1()

DelayedCallMethod1 ( T *const  ct,
void(T::*)(P)  method,
const std::string &  name,
param1 
)
inline

Definition at line 705 of file constraint_solveri.h.

◆ ~DelayedCallMethod1()

~DelayedCallMethod1 ( )
inlineoverride

Definition at line 709 of file constraint_solveri.h.

Member Function Documentation

◆ DebugString()

std::string DebugString ( ) const
inlineoverride

Definition at line 717 of file constraint_solveri.h.

◆ priority()

Solver::DemonPriority priority ( ) const
inlineoverride

Definition at line 713 of file constraint_solveri.h.

◆ Run()

void Run ( Solver *const  s)
inlineoverride

Definition at line 711 of file constraint_solveri.h.


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