#include "rapidjson/reader.h"
#include "rapidjson/error/en.h"
#include <iostream>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
struct | MessageHandler |
Typedefs | |
typedef map< string, string > | MessageMap |
Functions | |
int | main () |
static void | ParseMessages (const char *json, MessageMap &messages) |
typedef map<string, string> MessageMap |
Definition at line 13 of file messagereader.cpp.
int main | ( | ) |
Definition at line 89 of file messagereader.cpp.
|
static |
Definition at line 75 of file messagereader.cpp.