#include <CellInterface.h>
Definition at line 17 of file CellInterface.h.
◆ ~CellInterface()
virtual souffle::profile::CellInterface::~CellInterface |
( |
| ) |
|
|
virtualdefault |
◆ getDoubleVal()
virtual double souffle::profile::CellInterface::getDoubleVal |
( |
| ) |
const |
|
pure virtual |
◆ getLongVal()
virtual long souffle::profile::CellInterface::getLongVal |
( |
| ) |
const |
|
pure virtual |
◆ getStringVal()
virtual std::string souffle::profile::CellInterface::getStringVal |
( |
| ) |
const |
|
pure virtual |
◆ getTimeVal()
virtual std::chrono::microseconds souffle::profile::CellInterface::getTimeVal |
( |
| ) |
const |
|
pure virtual |
◆ toString()
virtual std::string souffle::profile::CellInterface::toString |
( |
int |
precision | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: