30 #ifndef _MIRA_HEXDUMP_H_ 31 #define _MIRA_HEXDUMP_H_ specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
size_type sizeInBytes() const
Returns the used size in bytes.
Definition: Buffer.h:298
pointer data()
Returns a pointer to the underlying data.
Definition: Buffer.h:514
Generic buffer class that can be used as a replacement for std::vector whenever copying and reallocat...
Definition: Buffer.h:84
Generic buffer class that can be used as a replacement for std::vector.
MIRA_BASE_EXPORT void hexdump(std::ostream &stream, const uint8 *bytes, std::size_t length)
Prints a buffer as hexdump to the specified stream.