#include <iarchive.hpp>
Public Member Functions | |
| iarchive (std::istream &is) | |
| constructor. Takes a generic std::istream object | |
Public Attributes | |
| std::istream * | i |
The input archive object. It is just a simple wrapper around a istream
Definition at line 37 of file iarchive.hpp.
1.7.1