dummy class for (debug) stream output of bytes as list of hex values More...
#include <dbg.h>
Public Member Functions | |
cHexByteString (char const *_bytes, int _len) | |
ctor: create a cHexByteString with _len bytes at _bytes | |
Private Attributes | |
char const * | bytes |
int | len |
Friends | |
VCC_EXPORT std::ostream & | operator<< (std::ostream &stream, cHexByteString const &s) |
output the bytes in s to stream as a list of space separated hex bytes (without 0x prefix) |
dummy class for (debug) stream output of bytes as list of hex values
cHexByteString::cHexByteString | ( | char const * | _bytes, |
int | _len | ||
) | [inline] |
ctor: create a cHexByteString with _len bytes at _bytes
VCC_EXPORT std::ostream& operator<< | ( | std::ostream & | stream, |
cHexByteString const & | s | ||
) | [friend] |
char const* cHexByteString::bytes [private] |
int cHexByteString::len [private] |