|
C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Types | |
| typedef exprtk::igeneric_function< T > | igenfunct_t |
| typedef igenfunct_t::generic_type | generic_t |
| typedef igenfunct_t::parameter_list_t | parameter_list_t |
| typedef generic_t::scalar_view | scalar_t |
| typedef exprtk::igeneric_function< T > | igenfunct_t |
| typedef igenfunct_t::generic_type | generic_t |
| typedef igenfunct_t::parameter_list_t | parameter_list_t |
| typedef generic_t::scalar_view | scalar_t |
| typedef exprtk::igeneric_function< T > | igenfunct_t |
| typedef igenfunct_t::generic_type | generic_t |
| typedef igenfunct_t::parameter_list_t | parameter_list_t |
| typedef generic_t::scalar_view | scalar_t |
Public Types inherited from exprtk::igeneric_function< 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 | |
| depth_to_str () | |
| T | operator() (std::string &result, parameter_list_t parameters) override |
| depth_to_str () | |
| T | operator() (std::string &result, parameter_list_t parameters) override |
| depth_to_str () | |
| T | operator() (std::string &result, parameter_list_t parameters) |
Public Member Functions inherited from exprtk::igeneric_function< T > | |
| igeneric_function (const std::string ¶m_seq="", const return_type rtr_type=e_rtrn_scalar) | |
| virtual | ~igeneric_function () |
| virtual T | operator() (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) |
Public Member Functions inherited from exprtk::function_traits | |
| 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 | |
Public Attributes inherited from exprtk::igeneric_function< T > | |
| std::string | parameter_sequence |
| return_type | rtrn_type |
Definition at line 8420 of file exprtk_mpfr_test.cpp.
| typedef igenfunct_t::generic_type depth_to_str< T >::generic_t |
Definition at line 8423 of file exprtk_mpfr_test.cpp.
| typedef igenfunct_t::generic_type depth_to_str< T >::generic_t |
Definition at line 8420 of file exprtk_real_test.cpp.
| typedef igenfunct_t::generic_type depth_to_str< T >::generic_t |
Definition at line 8448 of file exprtk_test.cpp.
| typedef exprtk::igeneric_function<T> depth_to_str< T >::igenfunct_t |
Definition at line 8422 of file exprtk_mpfr_test.cpp.
| typedef exprtk::igeneric_function<T> depth_to_str< T >::igenfunct_t |
Definition at line 8419 of file exprtk_real_test.cpp.
| typedef exprtk::igeneric_function<T> depth_to_str< T >::igenfunct_t |
Definition at line 8447 of file exprtk_test.cpp.
| typedef igenfunct_t::parameter_list_t depth_to_str< T >::parameter_list_t |
Definition at line 8424 of file exprtk_mpfr_test.cpp.
| typedef igenfunct_t::parameter_list_t depth_to_str< T >::parameter_list_t |
Definition at line 8421 of file exprtk_real_test.cpp.
| typedef igenfunct_t::parameter_list_t depth_to_str< T >::parameter_list_t |
Definition at line 8449 of file exprtk_test.cpp.
| typedef generic_t::scalar_view depth_to_str< T >::scalar_t |
Definition at line 8425 of file exprtk_mpfr_test.cpp.
| typedef generic_t::scalar_view depth_to_str< T >::scalar_t |
Definition at line 8422 of file exprtk_real_test.cpp.
| typedef generic_t::scalar_view depth_to_str< T >::scalar_t |
Definition at line 8450 of file exprtk_test.cpp.
|
inline |
Definition at line 8427 of file exprtk_mpfr_test.cpp.
|
inline |
Definition at line 8424 of file exprtk_real_test.cpp.
|
inline |
Definition at line 8452 of file exprtk_test.cpp.
|
inlinevirtual |
Reimplemented from exprtk::igeneric_function< T >.
Definition at line 8458 of file exprtk_test.cpp.
References exprtk::details::to_str().
|
inlineoverridevirtual |
Reimplemented from exprtk::igeneric_function< T >.
Definition at line 8433 of file exprtk_mpfr_test.cpp.
References exprtk::details::to_str().
|
inlineoverridevirtual |
Reimplemented from exprtk::igeneric_function< T >.
Definition at line 8430 of file exprtk_real_test.cpp.
References exprtk::details::to_str().