Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions
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  OverrideStream< Stream >
 
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...
 

Functions

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

Function Documentation

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

Definition at line 67 of file streams.h.

Here is the call graph for this function: