RetroArch
Classes | Typedefs | Functions
messagereader.cpp File Reference
#include "rapidjson/reader.h"
#include "rapidjson/error/en.h"
#include <iostream>
#include <string>
#include <map>
Include dependency graph for messagereader.cpp:

Classes

struct  MessageHandler
 

Typedefs

typedef map< string, stringMessageMap
 

Functions

static void ParseMessages (const char *json, MessageMap &messages)
 
int main ()
 

Typedef Documentation

◆ MessageMap

typedef map<string, string> MessageMap

Function Documentation

◆ main()

int main ( void  )
Here is the call graph for this function:

◆ ParseMessages()

static void ParseMessages ( const char *  json,
MessageMap messages 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: