29#include <drogon/exports.h>
79 std::pair<juncture, std::string>
getNext();
std::pair< juncture, std::string > getNext()
Parse the next step in the array.
ArrayParser(const char input[])
Constructor. You don't need this; use field::as_array instead.
juncture
What's the latest thing found in the array?
Definition ArrayParser.h:57
@ row_end
Ending the current row.
Definition ArrayParser.h:61
@ row_start
Starting a new row.
Definition ArrayParser.h:59
@ done
Parsing has completed.
Definition ArrayParser.h:67
@ string_value
Found a string value.
Definition ArrayParser.h:65
@ null_value
Found a NULL value.
Definition ArrayParser.h:63
Drogon Test is a minimal effort test framework developed because the major C++ test frameworks doesn'...
Definition Attribute.h:23