Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::bounded_dump_manip Class Reference

Manipulator for printing binary representation of the data with a size limit. More...

#include <dump.hpp>

Inheritance diagram for boost::bounded_dump_manip:
Collaboration diagram for boost::bounded_dump_manip:

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
 

Detailed Description

Manipulator for printing binary representation of the data with a size limit.

Constructor & Destructor Documentation

boost::bounded_dump_manip::bounded_dump_manip ( const void *  data,
std::size_t  size,
std::size_t  max_size 
)
inline
boost::bounded_dump_manip::bounded_dump_manip ( bounded_dump_manip const &  that)
inline

Member Function Documentation

const void* boost::dump_manip::get_data ( ) const
inlineinherited
std::size_t boost::bounded_dump_manip::get_max_size ( ) const
inline
std::size_t boost::dump_manip::get_size ( ) const
inlineinherited

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