| Minsky: 3.17.0
    | 
#include "variableInstanceList.h"#include "RESTMinsky.h"#include "cairoItems.h"#include "minsky_epilogue.h"
Go to the source code of this file.
| Namespaces | |
| minsky | |
| Functions | |
| Minsky & | minsky::minsky () | 
| global minsky object  More... | |
| void | minsky::doOneEvent (bool idleTasksOnly) | 
| checks if any GUI events are waiting, and proces an event if so  More... | |
| string | toREST (string x) | 
| void | processBuffer (const string &buffer) | 
| int | main (int argc, const char *argv[]) | 
| Variables | |
| RESTMinsky | rminsky | 
| int main | ( | int | argc, | 
| const char * | argv[] | ||
| ) | 
Definition at line 97 of file RESTService.cc.
References processBuffer(), and rminsky.

| void processBuffer | ( | const string & | buffer | ) | 
Definition at line 57 of file RESTService.cc.
References minsky::RESTMinsky::commandHook(), minsky::RESTMinsky::registry, rminsky, and toREST().
Referenced by main().


| string toREST | ( | string | x | ) | 
Definition at line 51 of file RESTService.cc.
Referenced by processBuffer().

| RESTMinsky rminsky | 
Definition at line 34 of file RESTService.cc.
Referenced by main(), and processBuffer().