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