Bitcoin Core  0.20.99
P2P Digital Currency
Public Member Functions | Protected Attributes | List of all members
LimitedString< Limit > Class Template Reference

#include <serialize.h>

Public Member Functions

 LimitedString (std::string &_string)
 
template<typename Stream >
void Unserialize (Stream &s)
 
template<typename Stream >
void Serialize (Stream &s) const
 

Protected Attributes

std::string & string
 

Detailed Description

template<size_t Limit>
class LimitedString< Limit >

Definition at line 591 of file serialize.h.

Constructor & Destructor Documentation

◆ LimitedString()

template<size_t Limit>
LimitedString< Limit >::LimitedString ( std::string &  _string)
inlineexplicit

Definition at line 596 of file serialize.h.

Member Function Documentation

◆ Serialize()

template<size_t Limit>
template<typename Stream >
void LimitedString< Limit >::Serialize ( Stream &  s) const
inline

Definition at line 611 of file serialize.h.

Here is the call graph for this function:

◆ Unserialize()

template<size_t Limit>
template<typename Stream >
void LimitedString< Limit >::Unserialize ( Stream &  s)
inline

Definition at line 599 of file serialize.h.

Here is the call graph for this function:

Member Data Documentation

◆ string

template<size_t Limit>
std::string& LimitedString< Limit >::string
protected

Definition at line 594 of file serialize.h.


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