![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <support/allocators/zeroafterfree.h>
#include <serialize.h>
#include <algorithm>
#include <assert.h>
#include <ios>
#include <limits>
#include <map>
#include <set>
#include <stdint.h>
#include <stdio.h>
#include <string>
#include <string.h>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | OverrideStream< Stream > |
class | CVectorWriter |
class | VectorReader |
Minimal stream for reading from an existing vector by reference. More... | |
class | CDataStream |
Double ended buffer combining vector and stream-like interfaces. More... | |
class | BitStreamReader< IStream > |
class | BitStreamWriter< OStream > |
class | CAutoFile |
Non-refcounted RAII wrapper for FILE*. More... | |
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) |
OverrideStream<S> WithOrVersion | ( | S * | s, |
int | nVersionFlag | ||
) |