VAPOR3 3.9.4
|
A custom std stream buffer that saves data piped through it into a base16 encoded string. More...
#include <Base16StringStream.h>
Public Member Functions | |
virtual int_type | overflow (int_type c) override |
Public Attributes | |
std::string | _string |
int | _i = 0 |
A custom std stream buffer that saves data piped through it into a base16 encoded string.
Definition at line 16 of file Base16StringStream.h.
|
overridevirtual |
int Base16StreamBuf::_i = 0 |
Definition at line 19 of file Base16StringStream.h.
std::string Base16StreamBuf::_string |
Definition at line 18 of file Base16StringStream.h.