MCPcopy Create free account
hub / github.com/KDE/labplot / ~ExpressionParser

Method ~ExpressionParser

src/backend/gsl/ExpressionParser.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84/**********************************************************************************/
85
86ExpressionParser::~ExpressionParser() {
87 delete_table();
88}
89
90ExpressionParser* ExpressionParser::getInstance() {
91 if (!m_instance)

Callers

nothing calls this directly

Calls 1

delete_tableFunction · 0.85

Tested by

no test coverage detected