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

operations_research::Action Class Reference

An action is the base callback method. More...

#include <constraint_solver.h>

Inheritance diagram for operations_research::Action:

operations_research::BaseObject

List of all members.

Public Member Functions

 Action ()
virtual ~Action ()
virtual void Run (Solver *const s)=0
 The main callback of the class.
virtual string DebugString () const
 Action class.


Detailed Description

An action is the base callback method.

It is separated from the standard google callback class because of its specific memory management.

Definition at line 3187 of file constraint_solver.h.


Constructor & Destructor Documentation

operations_research::Action::Action (  )  [inline]

Definition at line 3189 of file constraint_solver.h.

virtual operations_research::Action::~Action (  )  [inline, virtual]

Definition at line 3190 of file constraint_solver.h.


Member Function Documentation

virtual void operations_research::Action::Run ( Solver *const   s  )  [pure virtual]

The main callback of the class.

string operations_research::Action::DebugString (  )  const [virtual]

Action class.

Reimplemented from operations_research::BaseObject.

Definition at line 131 of file constraint_solver.cc.


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