C++ Mathematical Expression Toolkit (ExprTk) release
|
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::string_view | string_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 | |
char_process () | |
T | operator() (parameter_list_t parameters) |
![]() | |
igeneric_function (const std::string ¶m_seq="", const return_type rtr_type=e_rtrn_scalar) | |
virtual | ~igeneric_function () |
virtual T | operator() (std::string &, parameter_list_t) |
virtual T | operator() (const std::size_t &, parameter_list_t) |
virtual T | operator() (const std::size_t &, std::string &, parameter_list_t) |
![]() | |
function_traits () | |
bool & | allow_zero_parameters () |
bool & | has_side_effects () |
std::size_t & | min_num_args () |
std::size_t & | max_num_args () |
Additional Inherited Members | |
![]() | |
std::string | parameter_sequence |
return_type | rtrn_type |
Definition at line 27 of file exprtk_simple_example_24.cpp.
typedef igfun_t::generic_type char_process< T, Process >::generic_type |
Definition at line 31 of file exprtk_simple_example_24.cpp.
typedef exprtk::igeneric_function<T> char_process< T, Process >::igfun_t |
Definition at line 29 of file exprtk_simple_example_24.cpp.
typedef igfun_t::parameter_list_t char_process< T, Process >::parameter_list_t |
Definition at line 30 of file exprtk_simple_example_24.cpp.
typedef generic_type::string_view char_process< T, Process >::string_t |
Definition at line 32 of file exprtk_simple_example_24.cpp.
|
inline |
Definition at line 36 of file exprtk_simple_example_24.cpp.
|
inlinevirtual |
Reimplemented from exprtk::igeneric_function< T >.
Definition at line 40 of file exprtk_simple_example_24.cpp.