VAPOR3 3.9.4
Public Member Functions | Public Attributes | List of all members
Base16StreamBuf Class Reference

A custom std stream buffer that saves data piped through it into a base16 encoded string. More...

#include <Base16StringStream.h>

Inheritance diagram for Base16StreamBuf:

Public Member Functions

virtual int_type overflow (int_type c) override
 

Public Attributes

std::string _string
 
int _i = 0
 

Detailed Description

A custom std stream buffer that saves data piped through it into a base16 encoded string.

Author
Stanislaw Jaroszynski

Definition at line 16 of file Base16StringStream.h.

Member Function Documentation

◆ overflow()

virtual int_type Base16StreamBuf::overflow ( int_type  c)
overridevirtual

Member Data Documentation

◆ _i

int Base16StreamBuf::_i = 0

Definition at line 19 of file Base16StringStream.h.

◆ _string

std::string Base16StreamBuf::_string

Definition at line 18 of file Base16StringStream.h.


The documentation for this class was generated from the following file: