pstore2
Namespaces | Functions
archive.cpp File Reference

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"
Include dependency graph for archive.cpp:

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...
 

Detailed Description

Implementation of the basic archive reader and writer types.