MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / ExpressionParserSubClass

Class ExpressionParserSubClass

tests/unit/sys/test_expressionparser.cxx:14–18  ·  view source on GitHub ↗

Need to inherit from ExpressionParser in order to expose the protected parseString as a public method

Source from the content-addressed store, hash-verified

12// Need to inherit from ExpressionParser in order to expose the
13// protected parseString as a public method
14class ExpressionParserSubClass : public ExpressionParser {
15public:
16 using ExpressionParser::fuzzyFind;
17 using ExpressionParser::parseString;
18};
19
20class ExpressionParserTest : public ::testing::Test {
21public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected