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

operations_research::CallMethod2< T, P, Q > Class Template Reference

Demon proxy to a method on the constraint with two arguments. More...

#include <constraint_solveri.h>

Inheritance diagram for operations_research::CallMethod2< T, P, Q >:

operations_research::Demon operations_research::BaseObject

List of all members.

Public Member Functions

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


Detailed Description

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

Demon proxy to a method on the constraint with two arguments.

Definition at line 591 of file constraint_solveri.h.


Constructor & Destructor Documentation

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

Definition at line 593 of file constraint_solveri.h.

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

Definition at line 604 of file constraint_solveri.h.


Member Function Documentation

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

This is the main callback of the demon.

Implements operations_research::Demon.

Definition at line 606 of file constraint_solveri.h.

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

Reimplemented from operations_research::Demon.

Definition at line 610 of file constraint_solveri.h.


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