pstore2
Classes
standard_types.hpp File Reference

Provides serialization capabilities for common types. More...

#include <atomic>
#include <map>
#include <set>
#include "pstore/serialize/types.hpp"
#include "pstore/support/varint.hpp"
Include dependency graph for standard_types.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Provides serialization capabilities for common types.