souffle
2.0.2-371-g6315b36
|
#include <Cell.h>
Public Member Functions | |
Cell (T value) | |
~Cell () override=default | |
Public Member Functions inherited from souffle::profile::CellInterface | |
virtual double | getDoubleVal () const =0 |
virtual long | getLongVal () const =0 |
virtual std::string | getStringVal () const =0 |
virtual std::chrono::microseconds | getTimeVal () const =0 |
virtual std::string | toString (int precision) const =0 |
virtual | ~CellInterface ()=default |
Private Attributes | |
const T | value |
|
inline |
|
overridedefault |
|
private |
Definition at line 24 of file Cell.h.
Referenced by souffle::profile::Cell< std::chrono::microseconds >::getDoubleVal(), souffle::profile::Cell< double >::getDoubleVal(), souffle::profile::Cell< long >::getLongVal(), souffle::profile::Cell< std::chrono::microseconds >::getTimeVal(), souffle::profile::Cell< std::chrono::microseconds >::toString(), souffle::profile::Cell< double >::toString(), and souffle::profile::Cell< long >::toString().