Cadabra
Computer algebra system for field theory problems
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs
ComputeThread.hh File Reference
#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 Documentation

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