|
pstore2
|
Implementation of the basic archive reader and writer types. More...
#include "pstore/serialize/archive.hpp"#include <iomanip>#include <ostream>#include "pstore/support/ios_state.hpp"
Namespaces | |
| pstore::serialize::archive | |
| Contains the serialization archive types. | |
Functions | |
| std::ostream & | pstore::serialize::archive::operator<< (std::ostream &os, vector_writer const &writer) |
| Writes the contents of a vector_writer object to an ostream as a stream of space-separated two-digit hexadecimal values. More... | |
| std::ostream & | pstore::serialize::archive::operator<< (std::ostream &os, buffer_writer const &writer) |
| Writes the contents of a buffer_writer object to an ostream as a stream of space-separated two-digit hexadecimal values. More... | |
Implementation of the basic archive reader and writer types.
1.8.13