9 bool parseObject(
char current,
char *next);
10 bool parseMember(
char current,
char *next);
12 char current,
char *next);
13 bool parseValue(
char current,
char *next);
14 bool parseArray(
char current,
char *next);
16 char current,
char *next);
17 bool parseLiteral(
const char *literal,
18 char current,
char *next);
Definition stringbuffer.h:13