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

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

Demon proxy to a method on the constraint with one argument. More...

#include <constraint_solveri.h>

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

operations_research::Demon operations_research::BaseObject

List of all members.

Public Member Functions

 CallMethod1 (T *const ct, void(T::*method)(P), const string &name, P param1)
virtual ~CallMethod1 ()
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 operations_research::CallMethod1< T, P >

Demon proxy to a method on the constraint with one argument.

Definition at line 551 of file constraint_solveri.h.


Constructor & Destructor Documentation

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

Definition at line 553 of file constraint_solveri.h.

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

Definition at line 562 of file constraint_solveri.h.


Member Function Documentation

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

This is the main callback of the demon.

Implements operations_research::Demon.

Definition at line 564 of file constraint_solveri.h.

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

Reimplemented from operations_research::Demon.

Definition at line 568 of file constraint_solveri.h.


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