![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::scheduler::Info
// In header: <alps/scheduler/info.h> class Info { public: // construct/copy/destruct Info(); // public member functions void start(const std::string &) ; void halt() ; void checkpoint() ; void save(ODump &) const; ALPS_DUMMY_VOID write_xml(alps::oxstream &) const; void load(IDump &, int = MCDump_worker_version) ; const boost::posix_time::ptime & start_time() const; const boost::posix_time::ptime & stop_time() const; const std::string & phase() const; const std::string & host() const; };
Info
public member functionsvoid start(const std::string &) ;
void halt() ;
void checkpoint() ;
void save(ODump &) const;
ALPS_DUMMY_VOID write_xml(alps::oxstream &) const;
void load(IDump & dump, int version = MCDump_worker_version) ;
const boost::posix_time::ptime & start_time() const;
const boost::posix_time::ptime & stop_time() const;
const std::string & phase() const;
const std::string & host() const;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |