OpcUaCanOpen
CANopen OPC-UA server
|
Inherits exprtk::igeneric_function< T >.
Classes | |
struct | test_result_t |
Public Types | |
typedef exprtk::igeneric_function< T > | igfun_t |
typedef igfun_t::parameter_list_t | parameter_list_t |
typedef igfun_t::generic_type | generic_type |
typedef generic_type::vector_view | vector_t |
![]() | |
enum | return_type { e_rtrn_scalar = 0, e_rtrn_string = 1, e_rtrn_overload = 2 } |
typedef T | type |
typedef type_store< T > | generic_type |
typedef generic_type::parameter_list | parameter_list_t |
Public Member Functions | |
overload_func (const std::string ¶m_seq_list) | |
void | clear () |
T | operator() (const std::size_t &ps_index, parameter_list_t parameters) |
T | operator() (const std::size_t &ps_index, std::string &result, parameter_list_t parameters) |
void | determine_param_seq (parameter_list_t parameters) |
![]() | |
igeneric_function (const std::string ¶m_seq="", const return_type rtr_type=e_rtrn_scalar) | |
virtual | ~igeneric_function () |
![]() | |
function_traits () | |
bool & | allow_zero_parameters () |
bool & | has_side_effects () |
std::size_t & | min_num_args () |
std::size_t & | max_num_args () |
Public Attributes | |
std::size_t | current_ps_index |
std::string | current_param_seq |
![]() | |
virtual T operator()(parameter_list_t) igeneric_function_empty_body(1) inline virtual T operator()(std return_type | rtrn_type |
Definition at line 5782 of file exprtk_test.cpp.
typedef igfun_t::generic_type overload_func< T >::generic_type |
Definition at line 5786 of file exprtk_test.cpp.
typedef exprtk::igeneric_function<T> overload_func< T >::igfun_t |
Definition at line 5784 of file exprtk_test.cpp.
typedef igfun_t::parameter_list_t overload_func< T >::parameter_list_t |
Definition at line 5785 of file exprtk_test.cpp.
typedef generic_type::vector_view overload_func< T >::vector_t |
Definition at line 5787 of file exprtk_test.cpp.
|
inline |
Definition at line 5791 of file exprtk_test.cpp.
|
inline |
Definition at line 5798 of file exprtk_test.cpp.
|
inline |
Definition at line 5822 of file exprtk_test.cpp.
|
inline |
Definition at line 5804 of file exprtk_test.cpp.
|
inline |
Definition at line 5812 of file exprtk_test.cpp.
std::string overload_func< T >::current_param_seq |
Definition at line 5847 of file exprtk_test.cpp.
std::size_t overload_func< T >::current_ps_index |
Definition at line 5846 of file exprtk_test.cpp.