![]()  | 
  
    Cadabra
    
   Computer algebra system for field theory problems 
   | 
 
#include <string>#include <set>#include <deque>#include <signal.h>#include <boost/uuid/uuid.hpp>#include <future>#include <pybind11/pybind11.h>#include <pybind11/embed.h>#include "nlohmann/json.hpp"#include "websocket_server.hh"#include "Stopwatch.hh"Go to the source code of this file.
Classes | |
| class | Server | 
| Object representing a Cadabra server, capable of receiving messages on a websocket, running Python code, and sending output back to the client.  More... | |
| class | Server::CatchOutput | 
| Python output catching.  More... | |
| class | Server::Connection | 
| class | Server::Block |