![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <ScriptThread.hh>
Public Member Functions | |
| ScriptThread (DocumentThread *, GUIBase *) | |
| ~ScriptThread () | |
| ScriptThread (const ScriptThread &)=delete | |
| void | run () |
| void | terminate () |
| uint16_t | get_local_port () const |
| std::string | get_authentication_token () const |
Private Member Functions | |
| void | on_message (websocket_server::id_type id, const std::string &msg, const websocket_server::request_type &req, const std::string &ip_address) |
| void | on_open (websocket_server::id_type id) |
| void | on_close (websocket_server::id_type id) |
Private Attributes | |
| websocket_server | wserver |
| DocumentThread * | document |
| GUIBase * | gui |
| std::mutex | url_mutex |
| std::string | authentication_token |
| uint16_t | local_port |
| ScriptThread::ScriptThread | ( | DocumentThread * | d, |
| GUIBase * | g ) |
| ScriptThread::~ScriptThread | ( | ) |
|
delete |
| std::string ScriptThread::get_authentication_token | ( | ) | const |
| uint16_t ScriptThread::get_local_port | ( | ) | const |
|
private |
|
private |
|
private |
| void ScriptThread::run | ( | ) |
| void ScriptThread::terminate | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
mutableprivate |
|
private |