#include <StdValueTraits.h>
|
char | _asString [sizeof("{ ")+sizeof("XX ") *MAX_BYTES+sizeof("... }")] |
Definition at line 69 of file StdValueTraits.h.
◆ anonymous enum
◆ ValueTraits()
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)
◆ 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: