#include <oarchive.hpp>
Public Member Functions | |
| oarchive (std::ostream &os) | |
| constructor. Takes a generic std::ostream object | |
Public Attributes | |
| std::ostream * | o |
The output archive object. It is just a simple wrapper around a ostream.
Definition at line 40 of file oarchive.hpp.
1.7.1