![]() |
FMT 1.2.0
Forest management tools for forest planning
|
Function call usable in yield or output expressions, such as exponential or natural log. More...
#include <FMTFunctionCall.h>
Public Member Functions | |
| FMTFunctionCall () | |
| Default constructor for FMTFunctionCall. | |
| FMTFunctionCall (const std::string &base) | |
| Construct a FMTFunctionCall from a string key. | |
| double | call (const double &rhs) const |
| Apply the function to a value. | |
| FMTFunctionCall (const FMTFunctionCall &rhs) | |
| Copy constructor for FMTFunctionCall. | |
| FMTFunctionCall & | operator= (const FMTFunctionCall &rhs) |
| Copy assignment operator for FMTFunctionCall. | |
| bool | valid () const |
| Return true if the function call is valid. | |
| ~FMTFunctionCall ()=default | |
| Default destructor for FMTFunctionCall. | |
Function call usable in yield or output expressions, such as exponential or natural log.
| Core::FMTFunctionCall::FMTFunctionCall | ( | ) |
Default constructor for FMTFunctionCall.
| Core::FMTFunctionCall::FMTFunctionCall | ( | const std::string & | base | ) |
Construct a FMTFunctionCall from a string key.
| [in] | base | the string representation of the function. |
| Core::FMTFunctionCall::FMTFunctionCall | ( | const FMTFunctionCall & | rhs | ) |
Copy constructor for FMTFunctionCall.
| [in] | rhs | the FMTFunctionCall to copy. |
|
default |
Default destructor for FMTFunctionCall.
| double Core::FMTFunctionCall::call | ( | const double & | rhs | ) | const |
Apply the function to a value.
| [in] | rhs | the value to apply the function to. |
| FMTFunctionCall & Core::FMTFunctionCall::operator= | ( | const FMTFunctionCall & | rhs | ) |
Copy assignment operator for FMTFunctionCall.
| [in] | rhs | the FMTFunctionCall to copy. |
| bool Core::FMTFunctionCall::valid | ( | ) | const |
Return true if the function call is valid.