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