Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ChronoFormatter< U, LOSSY > Struct Template Reference

#include <serialize.h>

Public Member Functions

template<typename Stream , typename Tp >
void Unser (Stream &s, Tp &tp)
 
template<typename Stream , typename Tp >
void Ser (Stream &s, Tp tp)
 

Detailed Description

template<typename U, bool LOSSY = false>
struct ChronoFormatter< U, LOSSY >

Definition at line 579 of file serialize.h.

Member Function Documentation

◆ Ser()

template<typename U , bool LOSSY = false>
template<typename Stream , typename Tp >
void ChronoFormatter< U, LOSSY >::Ser ( Stream & s,
Tp tp )
inline

Definition at line 589 of file serialize.h.

Here is the call graph for this function:

◆ Unser()

template<typename U , bool LOSSY = false>
template<typename Stream , typename Tp >
void ChronoFormatter< U, LOSSY >::Unser ( Stream & s,
Tp & tp )
inline

Definition at line 581 of file serialize.h.

Here is the call graph for this function:

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