dummy class for (debug) stream output of bytes as list of hex values
More...
#include <dbg.h>
|
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) More...
|
|
dummy class for (debug) stream output of bytes as list of hex values
Definition at line 329 of file dbg.h.
◆ cHexByteString()
cHexByteString::cHexByteString |
( |
char const * |
_bytes, |
|
|
int |
_len |
|
) |
| |
|
inline |
◆ operator<<
VCC_EXPORT std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
cHexByteString const & |
s |
|
) |
| |
|
friend |
output the bytes in s to stream as a list of space separated hex bytes (without 0x prefix)
Definition at line 344 of file dbg.h.
◆ bytes
char const* cHexByteString::bytes |
|
private |
◆ len
The documentation for this class was generated from the following file: