![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::mcthreadsim
// In header: <alps/ngs.hpp> template<typename Impl> class mcthreadsim { public: // construct/copy/destruct mcthreadsim(typename Impl::parameters_type const &); // public member functions bool run(boost::function< bool()> const &) ; // protected member functions bool run_callback() ; void stop_callback(boost::function< bool()> const &) ; // private member functions void runner() ; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |