ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class stop_callback

alps::stop_callback

Synopsis

// In header: <alps/stop_callback.hpp>


class stop_callback {
public:
  // construct/copy/destruct
  stop_callback(std::size_t);

  // public member functions
  bool operator()();
};

Description

stop_callback public construct/copy/destruct

  1. stop_callback(std::size_t timelimit);

stop_callback public member functions

  1. bool operator()();
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext