#include <exprtk.hpp>
Public Types | |
typedef opr_base< T >::Type | Type |
Static Public Member Functions | |
static T | process (Type t1, Type t2) |
static T | process (const std::string &t1, const std::string &t2) |
static expression_node< T > ::node_type | type () |
static details::operator_type | operation () |
typedef opr_base<T>::Type exprtk::details::gt_op< T >::Type |
static details::operator_type exprtk::details::gt_op< T >::operation | ( | ) | [inline, static] |
static T exprtk::details::gt_op< T >::process | ( | const std::string & | t1, | |
const std::string & | t2 | |||
) | [inline, static] |
static T exprtk::details::gt_op< T >::process | ( | Type | t1, | |
Type | t2 | |||
) | [inline, static] |
static expression_node<T>::node_type exprtk::details::gt_op< T >::type | ( | ) | [inline, static] |