Cadabra
Computer algebra system for field theory problems
|
#include <string>
#include <iostream>
#include <sstream>
#include "ComputeThread.hh"
#include "DocumentThread.hh"
#include "GUIBase.hh"
#include "Actions.hh"
#include "popen2.hh"
#include <sys/types.h>
#include <signal.h>
#include <glibmm/spawn.h>
Typedefs | |
typedef websocketpp::client < websocketpp::config::asio_client > | client |
using | SlotSpawnChildSetup = sigc::slot< void()> |
typedef websocketpp::client<websocketpp::config::asio_client> client |
using SlotSpawnChildSetup = sigc::slot<void()> |