Cadabra
Computer algebra system for field theory problems
|
#include <string>
#include <boost/uuid/uuid.hpp>
#include <websocketpp/server.hpp>
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/common/functional.hpp>
#include <future>
#include <boost/python.hpp>
#include "Stopwatch.hh"
#include "ProgressMonitor.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 |