Cadabra
Computer algebra system for field theory problems
Public Member Functions | Public Attributes | List of all members
Server::Block Class Reference

#include <Server.hh>

Public Member Functions

 Block (websocketpp::connection_hdl, const std::string &, uint64_t id, const std::string &msg_type)
 

Public Attributes

websocketpp::connection_hdl hdl
 
std::string msg_type
 
std::string input
 
std::string output
 
std::string error
 
uint64_t cell_id
 
nlohmann::json response
 

Constructor & Destructor Documentation

◆ Block()

Server::Block::Block ( websocketpp::connection_hdl  h,
const std::string &  str,
uint64_t  id,
const std::string &  msg_type 
)

Member Data Documentation

◆ cell_id

uint64_t Server::Block::cell_id

◆ error

std::string Server::Block::error

◆ hdl

websocketpp::connection_hdl Server::Block::hdl

◆ input

std::string Server::Block::input

◆ msg_type

std::string Server::Block::msg_type

◆ output

std::string Server::Block::output

◆ response

nlohmann::json Server::Block::response

The documentation for this class was generated from the following files: