![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <serialize.h>
Public Member Functions | |
| SizeComputer ()=default | |
| void | write (std::span< const std::byte > src) |
| void | seek (uint64_t num) |
| Pretend this many bytes are written, without specifying them. | |
| template<typename T > | |
| SizeComputer & | operator<< (const T &obj) |
| uint64_t | size () const |
Protected Attributes | |
| uint64_t | m_size {0} |
Definition at line 1051 of file serialize.h.
|
default |
|
inline |
Pretend this many bytes are written, without specifying them.
Definition at line 1065 of file serialize.h.
|
inline |
Definition at line 1077 of file serialize.h.
|
inline |
|
protected |
Definition at line 1054 of file serialize.h.