#include <exprtk.hpp>
Public Types | |
typedef expression_node< T > * | expression_ptr |
Public Member Functions | |
sf3_var_node (const T &v0, const T &v1, const T &v2) | |
expression_node< T >::node_type | type () const |
T | value () const |
Private Member Functions | |
sf3_var_node< T, SpecialFunction > & | operator= (sf3_var_node< T, SpecialFunction > &) |
sf3_var_node (sf3_var_node< T, SpecialFunction > &) | |
Private Attributes | |
const T & | v0_ |
const T & | v1_ |
const T & | v2_ |
Definition at line 5421 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::sf3_var_node< T, SpecialFunction >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 5425 of file exprtk.hpp.
exprtk::details::sf3_var_node< T, SpecialFunction >::sf3_var_node | ( | const T & | v0, |
const T & | v1, | ||
const T & | v2 | ||
) | [inline] |
Definition at line 5427 of file exprtk.hpp.
exprtk::details::sf3_var_node< T, SpecialFunction >::sf3_var_node | ( | sf3_var_node< T, SpecialFunction > & | ) | [private] |
sf3_var_node<T,SpecialFunction>& exprtk::details::sf3_var_node< T, SpecialFunction >::operator= | ( | sf3_var_node< T, SpecialFunction > & | ) | [private] |
expression_node<T>::node_type exprtk::details::sf3_var_node< T, SpecialFunction >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 5438 of file exprtk.hpp.
T exprtk::details::sf3_var_node< T, SpecialFunction >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 5433 of file exprtk.hpp.
const T& exprtk::details::sf3_var_node< T, SpecialFunction >::v0_ [private] |
Definition at line 5448 of file exprtk.hpp.
const T& exprtk::details::sf3_var_node< T, SpecialFunction >::v1_ [private] |
Definition at line 5449 of file exprtk.hpp.
const T& exprtk::details::sf3_var_node< T, SpecialFunction >::v2_ [private] |
Definition at line 5450 of file exprtk.hpp.