userver: dump::EncryptedOperationsFactory Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
dump::EncryptedOperationsFactory Class Referencefinal

Detailed Description

Definition at line 51 of file operations_encrypted.hpp.

+ Inheritance diagram for dump::EncryptedOperationsFactory:
+ Collaboration diagram for dump::EncryptedOperationsFactory:

Public Member Functions

 EncryptedOperationsFactory (SecretKey &&secret_key, boost::filesystem::perms perms)
 
std::unique_ptr< ReaderCreateReader (std::string full_path) override
 
std::unique_ptr< WriterCreateWriter (std::string full_path, tracing::ScopeTime &scope) override
 

Member Function Documentation

◆ CreateReader()

std::unique_ptr< Reader > dump::EncryptedOperationsFactory::CreateReader ( std::string full_path)
overridevirtual

◆ CreateWriter()

std::unique_ptr< Writer > dump::EncryptedOperationsFactory::CreateWriter ( std::string full_path,
tracing::ScopeTime & scope )
overridevirtual

The documentation for this class was generated from the following file: