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

Description

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
 

Constructor & Destructor Documentation

◆ id_t()

DataCell::id_t::id_t ( )

Member Function Documentation

◆ operator<()

bool DataCell::id_t::operator< ( const id_t other) const

Member Data Documentation

◆ created_by_client

bool cadabra::DataCell::id_t::created_by_client

◆ id

uint64_t cadabra::DataCell::id_t::id

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