Generated on Wed Nov 5 2014 05:18:45 for Gecode by doxygen 1.7.6.1
Gecode::Search::Stop Class Reference

Base-class for Stop-object. More...

#include <search.hh>

List of all members.

Public Member Functions

 Stop (void)
 Default constructor.
virtual bool stop (const Statistics &s, const Options &o)=0
 Stop search, if returns true.
virtual ~Stop (void)
 Destructor.

Static Public Member Functions

static void * operator new (size_t s)
 Allocate memory from heap.
static void operator delete (void *p)
 Free memory allocated from heap.

Detailed Description

Base-class for Stop-object.

Definition at line 262 of file search.hh.


Constructor & Destructor Documentation

Gecode::Search::Stop::Stop ( void  ) [inline]

Default constructor.

Definition at line 45 of file stop.hpp.

Gecode::Search::Stop::~Stop ( void  ) [inline, virtual]

Destructor.

Definition at line 47 of file stop.hpp.


Member Function Documentation

virtual bool Gecode::Search::Stop::stop ( const Statistics s,
const Options o 
) [pure virtual]
void * Gecode::Search::Stop::operator new ( size_t  s) [inline, static]

Allocate memory from heap.

Definition at line 49 of file stop.hpp.

void Gecode::Search::Stop::operator delete ( void *  p) [inline, static]

Free memory allocated from heap.

Definition at line 53 of file stop.hpp.


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