Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
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 322 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 327 of file dbwrapper_tests.cpp.

Member Function Documentation

◆ Serialize()

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

Definition at line 330 of file dbwrapper_tests.cpp.

◆ Unserialize()

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

Definition at line 338 of file dbwrapper_tests.cpp.

Member Data Documentation

◆ str

std::string StringContentsSerializer::str

Definition at line 325 of file dbwrapper_tests.cpp.


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