#include <StdValueTraits.h>
|
char | _asString [sizeof("{ ")+sizeof("XX ") *MAX_BYTES+sizeof("... }")] |
|
Definition at line 69 of file StdValueTraits.h.
◆ anonymous enum
◆ ValueTraits() [1/2]
Definition at line 72 of file StdValueTraits.h.
73 {
74 *this << "L\"";
75 for (
unsigned i = 0;
i <
s.length(); ++
i ) {
76 char c[
sizeof(
"\\x12345678")];
79 }
80 *this << "\"";
81 }
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: