|
pstore2
|
Provides serialization capabilities for common types. More...
#include <atomic>#include <map>#include <set>#include "pstore/serialize/types.hpp"#include "pstore/support/varint.hpp"

Go to the source code of this file.
Classes | |
| struct | pstore::serialize::string_helper |
| struct | pstore::serialize::serializer< std::string > |
| A serializer for std::string. More... | |
| struct | pstore::serialize::serializer< std::string const > |
| A serializer for std::string const. More... | |
| struct | pstore::serialize::container_archive_helper< Container > |
| A helper class which can be used to emit containers which have a size() method and which support the requirements for range-based 'for'. More... | |
| struct | pstore::serialize::serializer< std::atomic< T > > |
| A serializer for std::atomic<T> More... | |
| struct | pstore::serialize::serializer< std::pair< T, U > > |
| A serializer for std::pair<T,U> More... | |
Provides serialization capabilities for common types.
1.8.13