#include <Equation.h>
◆ Equation()
◆ add() [1/2]
template<class t_type >
void add |
( |
char | operation, |
|
|
const String & | value ) |
|
inline |
◆ add() [2/2]
template<class t_type >
void add |
( |
char | operation, |
|
|
t_type | value ) |
|
inline |
◆ addOrderOfOps()
template<class t_type >
void addOrderOfOps |
( |
char | operation, |
|
|
t_type | value ) |
|
inline |
◆ getOrderPriority()
template<class t_type >
static uint04 getOrderPriority |
( |
const char | op | ) |
|
|
inlinestatic |
◆ refreshVariables()
template<class t_type >
void refreshVariables |
( |
| ) |
|
|
inline |
◆ setVariable()
template<class t_type >
void setVariable |
( |
const String & | var, |
|
|
t_type | value ) |
|
inline |
◆ solve() [1/3]
◆ solve() [2/3]
template<class t_type >
static t_type solve |
( |
t_type | left, |
|
|
const char | op, |
|
|
t_type | right ) |
|
inlinestatic |
◆ solve() [3/3]
template<class t_type >
t_type solve |
( |
t_type | start, |
|
|
uint04 & | current_index ) const |
|
inline |
◆ m_equation_stack
◆ m_variable_locations
◆ m_variables
The documentation for this class was generated from the following file: