Public Member Functions | Private Attributes | Friends
cHexByteString Class Reference

dummy class for (debug) stream output of bytes as list of hex values More...

#include <dbg.h>

List of all members.

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)

Detailed Description

dummy class for (debug) stream output of bytes as list of hex values

Definition at line 346 of file dbg.h.


Constructor & Destructor Documentation

cHexByteString::cHexByteString ( char const *  _bytes,
int  _len 
) [inline]

ctor: create a cHexByteString with _len bytes at _bytes

Definition at line 352 of file dbg.h.


Friends And Related Function Documentation

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 361 of file dbg.h.


Member Data Documentation

char const* cHexByteString::bytes [private]

Definition at line 348 of file dbg.h.

int cHexByteString::len [private]

Definition at line 349 of file dbg.h.


The documentation for this class was generated from the following file:


schunk_sdh
Author(s): Mathias Luedtke , Florian Weisshardt
autogenerated on Sat Jun 8 2019 20:25:21