![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <streams.h>
Public Member Functions | |
| VectorWriter (std::vector< unsigned char > &vchDataIn, size_t nPosIn) | |
| template<typename... Args> | |
| VectorWriter (std::vector< unsigned char > &vchDataIn, size_t nPosIn, Args &&... args) | |
| void | write (std::span< const std::byte > src) |
| template<typename T > | |
| VectorWriter & | operator<< (const T &obj) |
Private Attributes | |
| std::vector< unsigned char > & | vchData |
| size_t | nPos |
|
inline |
|
inline |