C++ Reference

C++ Reference: Routing

DelayedCallMethod0< T >

Detailed Description

template<class T>
class operations_research::DelayedCallMethod0< T >

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

These methods represents generic demons that will call back a method on the constraint during their Run method. This demon will have a priority DELAYED_PRIORITY.

Definition at line 670 of file constraint_solveri.h.

Public Member Functions

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

Constructor & Destructor Documentation

◆ DelayedCallMethod0()

DelayedCallMethod0 ( T *const  ct,
void(T::*)()  method,
const std::string &  name 
)
inline

Definition at line 672 of file constraint_solveri.h.

◆ ~DelayedCallMethod0()

~DelayedCallMethod0 ( )
inlineoverride

Definition at line 675 of file constraint_solveri.h.

Member Function Documentation

◆ DebugString()

std::string DebugString ( ) const
inlineoverride

Definition at line 683 of file constraint_solveri.h.

◆ priority()

Solver::DemonPriority priority ( ) const
inlineoverride

Definition at line 679 of file constraint_solveri.h.

◆ Run()

void Run ( Solver *const  s)
inlineoverride

Definition at line 677 of file constraint_solveri.h.


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