#include <StdValueTraits.h>
|
char | _asString [sizeof("{ ")+sizeof("XX ") *MAX_BYTES+sizeof("... }")] |
|
Definition at line 47 of file StdValueTraits.h.
◆ anonymous enum
◆ ValueTraits() [1/2]
Definition at line 50 of file StdValueTraits.h.
51 {
52 *this << "\"";
53 for (
unsigned i = 0;
i <
s.length(); ++
i ) {
54 char c[
sizeof(
"\\xXX")];
57 }
58 *this << "\"";
59 }
char * charToString(unsigned long c, char *s)
◆ ValueTraits() [2/2]
Definition at line 80 of file ValueTraits.h.
char _asString[sizeof("{ ")+sizeof("XX ") *MAX_BYTES+sizeof("... }")]
char * bytesToString(const unsigned char *bytes, unsigned numBytes, unsigned maxBytes, char *s)
◆ asString()
◆ _asString
The documentation for this class was generated from the following file: