#include <StdValueTraits.h>
|
char | _asString [sizeof("{ ")+sizeof("XX ") *MAX_BYTES+sizeof("... }")] |
Definition at line 47 of file StdValueTraits.h.
◆ anonymous enum
◆ ValueTraits()
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)
◆ asString()
Definition at line 81 of file ValueTraits.h.
char _asString[sizeof("{ ")+sizeof("XX ") *MAX_BYTES+sizeof("... }")]
◆ _asString
The documentation for this class was generated from the following file: