Cadabra
Computer algebra system for field theory problems
|
Each cell is identified by a serial number 'id' which is used to keep track of it across network calls, and a bool indicating whether the client or the server has created this cell.
#include <DataCell.hh>
Public Member Functions | |
id_t () | |
bool | operator< (const id_t &other) const |
Public Attributes | |
uint64_t | id |
bool | created_by_client |
DataCell::id_t::id_t | ( | ) |
bool DataCell::id_t::operator< | ( | const id_t & | other | ) | const |
bool cadabra::DataCell::id_t::created_by_client |
uint64_t cadabra::DataCell::id_t::id |