![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::Process
// In header: <alps/osiris/process.h> class Process { public: // construct/copy/destruct explicit Process(int); Process(); // public member functions void load(IDump &); void save(ODump &) const; bool valid() const; bool local() const; operator int() const; bool operator==(const Process &) const; bool operator!=(const Process &) const; bool operator<(const Process &) const; };
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |