|
VAPOR3 3.9.4
|
#include <streambuf>#include <ostream>#include <istream>#include <memory>#include <vapor/common.h>Go to the source code of this file.
Classes | |
| class | Base16StreamBuf |
| A custom std stream buffer that saves data piped through it into a base16 encoded string. More... | |
| class | Base16StringStream |
| An implementation similar to std::stringstream which results in a base16 encoded string. More... | |
| class | Base16DecoderStream |
| Creates a raw std istream from a base16 encoded string. More... | |