Prefix all getters with "get"
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
// Evaluates the expression at the given x. Requires a compiled formula.
|
||||
double evaluate(double x) const;
|
||||
|
||||
const std::string& source() const { return m_source; }
|
||||
const std::string& getSource() const { return m_source; }
|
||||
bool isValid() const { return m_expr != nullptr; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user