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