30 #ifndef _MIRA_HEXDUMP_H_ 31 #define _MIRA_HEXDUMP_H_ 45 void hexdump(std::ostream& stream,
const uint8* bytes, std::size_t length);
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
void hexdump(std::ostream &stream, const uint8 *bytes, std::size_t length)
Prints a buffer as hexdump to the specified stream.
size_type sizeInBytes() const
Returns the used size in bytes.
Definition: Buffer.h:294
pointer data()
Returns a pointer to the underlying data.
Definition: Buffer.h:510
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.