OGLplus  (0.59.0) a C++ wrapper for rendering APIs

eagine::base64dump Class Reference

Class for encoding byte blocks into base64 format. More...

#include <eagine/base64dump.hpp>

Public Member Functions

 base64dump (memory::const_block mb) noexcept
 Construction initializing the dumped memory block.
 

Friends

auto operator<< (std::ostream &out, const base64dump &src) -> std::ostream &
 Operator for writing instances of base64dump to standard output streams.
 

Detailed Description

Class for encoding byte blocks into base64 format.

See also
bindump
hexdump

This class stores a memory block and can be used to write the content of the block into an standard output stream in base64-encoding.


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

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).