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