![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::IXDRFileDump
// In header: <alps/osiris/xdrdump.h> class IXDRFileDump : public alps::IXDRDump { public: // construct/copy/destruct IXDRFileDump(const boost::filesystem::path &); ~IXDRFileDump(); // public member functions bool couldOpen(); // private member functions void open_file(const std::string &); };
a dump for deserializing objects from a file using the XDR format.
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |