userver: userver/dump Directory Reference
Loading...
Searching...
No Matches
dump Directory Reference

Files

 aggregates.hpp
 Dumping support for aggregates.
 
 common.hpp
 Serialization and deserialization of integral, floating point, string, std::chrono, enum and uuid types for dumps.
 
 common_containers.hpp
 Dump support for C++ Standard Library and Boost containers, std::optional, utils::StrongTypedef, std::{unique,shared}_ptr
 
 config.hpp
 Dump storage configuration types.
 
 dumper.hpp
 Manages dumps of a cache-like component.
 
 factory.hpp
 Abstract dump Reader/Writer factory.
 
 fwd.hpp
 Forward declarations of dump::Reader, dump::Writer and dump::To.
 
 helpers.hpp
 Dump utils.
 
 json_helpers.hpp
 Convenience functions to load and dump as JSON in classes derived from components::CachingComponentBase.
 
 meta.hpp
 Provides dump::kIsDumpable and includes userver/dump/fwd.hpp.
 
 meta_containers.hpp
 Dump serialization customization points for STL containers.
 
 operations.hpp
 Binary dump Reader and Writer interfaces.
 
 operations_encrypted.hpp
 Encrypted dump Reader and Writer implementations.
 
 operations_file.hpp
 File-based dump Reader and Writer implementations.
 
 to.hpp
 A marker type used in ADL-found Read
 
 unsafe.hpp
 Low-level unsafe dump read/write helpers.