![]() |
Cadabra
Computer algebra system for field theory problems
|
#include <Server.hh>
Public Member Functions | |
| Block () | |
| Block (websocket_server::id_type, const std::string &, uint64_t id, const std::string &msg_type) | |
Public Attributes | |
| websocket_server::id_type | ws_id |
| std::string | msg_type |
| std::string | input |
| std::string | output |
| std::string | error |
| uint64_t | cell_id |
| std::set< std::string > | variables |
| std::set< std::string > | remove_variable_assignments |
| std::deque< uint64_t > | reuse_output_cell_ids |
| nlohmann::json | response |
| Server::Block::Block | ( | ) |
| Server::Block::Block | ( | websocket_server::id_type | ws_id_, |
| const std::string & | str, | ||
| uint64_t | id, | ||
| const std::string & | msg_type ) |
| uint64_t Server::Block::cell_id |
| std::string Server::Block::error |
| std::string Server::Block::input |
| std::string Server::Block::msg_type |
| std::string Server::Block::output |
| std::set<std::string> Server::Block::remove_variable_assignments |
| nlohmann::json Server::Block::response |
| std::deque<uint64_t> Server::Block::reuse_output_cell_ids |
| std::set<std::string> Server::Block::variables |
| websocket_server::id_type Server::Block::ws_id |