Manipulator for printing binary representation of the data with a size limit. More...
#include <dump.hpp>
Public Member Functions | |
bounded_dump_manip (const void *data, std::size_t size, std::size_t max_size) BOOST_NOEXCEPT | |
bounded_dump_manip (bounded_dump_manip const &that) BOOST_NOEXCEPT | |
std::size_t | get_max_size () const BOOST_NOEXCEPT |
const void * | get_data () const BOOST_NOEXCEPT |
std::size_t | get_size () const BOOST_NOEXCEPT |
Manipulator for printing binary representation of the data with a size limit.
|
inline |
|
inline |
|
inlineinherited |
|
inline |
|
inlineinherited |