Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
StringContentsSerializer Struct Reference

Public Member Functions

 StringContentsSerializer ()=default
 StringContentsSerializer (const std::string &inp)
template<typename Stream>
void Serialize (Stream &s) const
template<typename Stream>
void Unserialize (Stream &s)

Public Attributes

std::string str

Detailed Description

Definition at line 348 of file dbwrapper_tests.cpp.

Constructor & Destructor Documentation

◆ StringContentsSerializer() [1/2]

StringContentsSerializer::StringContentsSerializer ( )
default

◆ StringContentsSerializer() [2/2]

StringContentsSerializer::StringContentsSerializer ( const std::string & inp)
inlineexplicit

Definition at line 353 of file dbwrapper_tests.cpp.

Member Function Documentation

◆ Serialize()

template<typename Stream>
void StringContentsSerializer::Serialize ( Stream & s) const
inline

Definition at line 356 of file dbwrapper_tests.cpp.

◆ Unserialize()

template<typename Stream>
void StringContentsSerializer::Unserialize ( Stream & s)
inline

Definition at line 364 of file dbwrapper_tests.cpp.

Member Data Documentation

◆ str

std::string StringContentsSerializer::str

Definition at line 351 of file dbwrapper_tests.cpp.


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