Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ constraint_solver/

operations_research::DelayedCallMethod1< T, P > Class Template Reference

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

#include <constraint_solveri.h>

Inheritance diagram for operations_research::DelayedCallMethod1< T, P >:

operations_research::Demon operations_research::BaseObject

List of all members.

Public Member Functions

 DelayedCallMethod1 (T *const ct, void(T::*method)(P), const string &name, P param1)
virtual ~DelayedCallMethod1 ()
virtual void Run (Solver *const s)
 This is the main callback of the demon.
virtual Solver::DemonPriority priority () const
 This method returns the priority of the demon.
virtual string DebugString () const


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 680 of file constraint_solveri.h.


Constructor & Destructor Documentation

template<class T, class P>
operations_research::DelayedCallMethod1< T, P >::DelayedCallMethod1 ( T *const   ct,
void(T::*)(P)  method,
const string &  name,
param1 
) [inline]

Definition at line 682 of file constraint_solveri.h.

template<class T, class P>
virtual operations_research::DelayedCallMethod1< T, P >::~DelayedCallMethod1 (  )  [inline, virtual]

Definition at line 691 of file constraint_solveri.h.


Member Function Documentation

template<class T, class P>
virtual void operations_research::DelayedCallMethod1< T, P >::Run ( Solver *const   s  )  [inline, virtual]

This is the main callback of the demon.

Implements operations_research::Demon.

Definition at line 693 of file constraint_solveri.h.

template<class T, class P>
virtual Solver::DemonPriority operations_research::DelayedCallMethod1< T, P >::priority (  )  const [inline, virtual]

This method returns the priority of the demon.

Demon class.

Usually a demon is fast, slow or normal. Immediate demons are reserved for internal use to maintain variables.

Reimplemented from operations_research::Demon.

Definition at line 697 of file constraint_solveri.h.

template<class T, class P>
virtual string operations_research::DelayedCallMethod1< T, P >::DebugString (  )  const [inline, virtual]

Reimplemented from operations_research::Demon.

Definition at line 701 of file constraint_solveri.h.


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