Electroneum
Loading...
Searching...
No Matches
epee::crypted_storage< t_base_storage, crypt_provider, t_key_provider > Class Template Reference

#include <crypted_storage.h>

Inheritance diagram for epee::crypted_storage< t_base_storage, crypt_provider, t_key_provider >:
Collaboration diagram for epee::crypted_storage< t_base_storage, crypt_provider, t_key_provider >:

Public Member Functions

size_t PackToSolidBuffer (std::string &targetObj)
size_t LoadFromSolidBuffer (const std::string &pTargetObj)

Detailed Description

template<class t_base_storage, class crypt_provider, class t_key_provider>
class epee::crypted_storage< t_base_storage, crypt_provider, t_key_provider >

Definition at line 36 of file crypted_storage.h.

Member Function Documentation

◆ LoadFromSolidBuffer()

template<class t_base_storage, class crypt_provider, class t_key_provider>
size_t epee::crypted_storage< t_base_storage, crypt_provider, t_key_provider >::LoadFromSolidBuffer ( const std::string & pTargetObj)
inline

◆ PackToSolidBuffer()

template<class t_base_storage, class crypt_provider, class t_key_provider>
size_t epee::crypted_storage< t_base_storage, crypt_provider, t_key_provider >::PackToSolidBuffer ( std::string & targetObj)
inline

Definition at line 39 of file crypted_storage.h.

40 {
42 if(res <= 0)
43 return res;
44
46 return 0;
47
48 return targetObj.size();
49 }

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/contrib/epee/include/storages/crypted_storage.h