kiwi
Term
Term
#include <term.h>class TermList of all members
| Name | Kind | Owner |
|---|---|---|
Term | function | Declared here |
Term | function | Declared here |
Term | function | Declared here |
Term | function | Declared here |
variable | function | Declared here |
coefficient | function | Declared here |
value | function | Declared here |
m_variable | variable | Declared here |
m_coefficient | variable | Declared here |
Public Methods
| Return | Name | Description |
|---|---|---|
Term inline | ||
Term inline | ||
Term | Defaulted constructor. | |
Term noexcept | Defaulted constructor. | |
const Variable & | variable const inline | |
double | coefficient const inline | |
double | value const inline |
Term
inline
inline Term(Variable variable, double coefficient = 1.0)Referenced by
References
Term
inline
inline Term(const std::pair< const Variable, double > & pair)Term
Term(const Term &) = defaultReferences
Defaulted constructor.
Term
noexcept
Term(Term &&) noexcept = defaultReferences
Defaulted constructor.
variable
const inline
inline const Variable & variable() constReferenced by
References
coefficient
const inline
inline double coefficient() constReferenced by
value
const inline
inline double value() constPrivate Attributes
| Return | Name | Description |
|---|---|---|
Variable | m_variable | |
double | m_coefficient |
m_variable
Variable m_variablem_coefficient
double m_coefficient