|
C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Types | |
| typedef opr_base< T >::Type | Type |
| typedef opr_base< T >::RefType | RefType |
Public Types inherited from exprtk::details::opr_base< T > | |
| typedef details::functor_t< T >::Type | Type |
| typedef details::functor_t< T >::RefType | RefType |
| typedef details::functor_t< T > | functor_t |
| typedef functor_t::qfunc_t | quaternary_functor_t |
| typedef functor_t::tfunc_t | trinary_functor_t |
| typedef functor_t::bfunc_t | binary_functor_t |
| typedef functor_t::ufunc_t | unary_functor_t |
Static Public Member Functions | |
| static T | process (Type t1, Type t2) |
| static void | assign (RefType t1, Type t2) |
| static expression_node< T >::node_type | type () |
| static details::operator_type | operation () |
Definition at line 15542 of file exprtk.hpp.
Definition at line 15545 of file exprtk.hpp.
Definition at line 15544 of file exprtk.hpp.
Definition at line 15548 of file exprtk.hpp.
|
inlinestatic |
Definition at line 15547 of file exprtk.hpp.
|
inlinestatic |
Definition at line 15549 of file exprtk.hpp.