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 329 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 335 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 344 of file dbg.h.


Member Data Documentation

char const* cHexByteString::bytes [private]

Definition at line 331 of file dbg.h.

int cHexByteString::len [private]

Definition at line 332 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 Thu Aug 27 2015 15:07:03