MIRA
Namespaces | Functions
Hexdump.h File Reference

hexdump() method for printing binary content as hex dump into a stream. More...

#include <iostream>
#include <utils/Buffer.h>
Include dependency graph for Hexdump.h:

Go to the source code of this file.

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Functions

MIRA_BASE_EXPORT void hexdump (std::ostream &stream, const uint8 *bytes, std::size_t length)
 Prints a buffer as hexdump to the specified stream. More...
 
template<typename T >
void hexdump (std::ostream &stream, const Buffer< T > &buffer)
 Prints a buffer as hexdump to the specified stream. More...
 

Detailed Description

hexdump() method for printing binary content as hex dump into a stream.

Author
Erik Einhorn
Date
2012/05/03