C++ Reference

C++ Reference: Routing

DelayedCallMethod2< T, P, Q >

Detailed Description

template<class T, class P, class Q>
class operations_research::DelayedCallMethod2< T, P, Q >

Low-priority demon proxy to a method on the constraint with two arguments.

Definition at line 739 of file constraint_solveri.h.

Public Member Functions

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

Constructor & Destructor Documentation

◆ DelayedCallMethod2()

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

Definition at line 741 of file constraint_solveri.h.

◆ ~DelayedCallMethod2()

~DelayedCallMethod2 ( )
inlineoverride

Definition at line 749 of file constraint_solveri.h.

Member Function Documentation

◆ DebugString()

std::string DebugString ( ) const
inlineoverride

Definition at line 759 of file constraint_solveri.h.

◆ priority()

Solver::DemonPriority priority ( ) const
inlineoverride

Definition at line 755 of file constraint_solveri.h.

◆ Run()

void Run ( Solver *const  s)
inlineoverride

Definition at line 751 of file constraint_solveri.h.


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