Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
streams.h File Reference
#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>
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 | CVectorWriter |
class | CDataStream |
Double ended buffer combining vector and stream-like interfaces. More... | |
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... | |