Cadabra
Computer algebra system for field theory problems
|
#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/client.hpp>
#include <websocketpp/common/thread.hpp>
#include <websocketpp/common/functional.hpp>
#include <thread>
#include <glibmm/spawn.h>
#include "DataCell.hh"
Go to the source code of this file.
Classes | |
class | cadabra::ComputeThread |
Base class which talks to the server and sends Action objects back to the DocumentThread. More... | |
Namespaces | |
cadabra | |
Functions to handle the exchange properties of two or more symbols in a product. | |
Typedefs | |
typedef websocketpp::client < websocketpp::config::asio_client > | WSClient |
typedef websocketpp::config::asio_client::message_type::ptr | message_ptr |
typedef websocketpp::lib::lock_guard < websocketpp::lib::mutex > | scoped_lock |
typedef websocketpp::config::asio_client::message_type::ptr message_ptr |
typedef websocketpp::lib::lock_guard<websocketpp::lib::mutex> scoped_lock |
typedef websocketpp::client<websocketpp::config::asio_client> WSClient |