Bitcoin ABC  0.29.2
P2P Digital Currency
Classes | Functions
streams.h File Reference
#include <serialize.h>
#include <span.h>
#include <support/allocators/zeroafterfree.h>
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <cstdio>
#include <cstring>
#include <ios>
#include <limits>
#include <optional>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for streams.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OverrideStream< Stream >
 
class  CVectorWriter
 Minimal stream for overwriting and/or appending to an existing byte vector. More...
 
class  SpanReader
 Minimal stream for reading from an existing byte array by Span. More...
 
class  CDataStream
 Double ended buffer combining vector and stream-like interfaces. More...
 
class  BitStreamReader< IStream >
 
class  BitStreamWriter< OStream >
 
class  AutoFile
 Non-refcounted RAII wrapper for FILE*. More...
 
class  CAutoFile
 
class  CBufferedFile
 Non-refcounted RAII wrapper around a FILE* that implements a ring buffer to deserialize from. More...
 

Functions

template<typename S >
OverrideStream< S > WithOrVersion (S *s, int nVersionFlag)
 

Function Documentation

◆ WithOrVersion()

template<typename S >
OverrideStream<S> WithOrVersion ( S *  s,
int  nVersionFlag 
)

Definition at line 56 of file streams.h.