|
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 T | process (Type t1, Type t2, Type t3) |
| static void | assign (RefType t1, Type t2) |
| static expression_node< T >::node_type | type () |
| static details::operator_type | operation () |
Definition at line 15503 of file exprtk.hpp.
Definition at line 15506 of file exprtk.hpp.
Definition at line 15505 of file exprtk.hpp.
Definition at line 15510 of file exprtk.hpp.
|
inlinestatic |
Definition at line 15508 of file exprtk.hpp.
Definition at line 15509 of file exprtk.hpp.
|
inlinestatic |
Definition at line 15511 of file exprtk.hpp.