#include "allocators.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.h>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| 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...
|
| |
◆ HEX_DATA_STREAM
◆ HEX_DATA_STREAM_PROTOCOL
◆ HEX_STR
| #define HEX_STR |
( |
|
a | ) |
HexStr(a.begin(), a.end()) |