|
C++ Mathematical Expression Toolkit (ExprTk) release
|
#include <exprtk.hpp>
Public Types | |
| typedef igeneric_function< T >::parameter_list_t | parameter_list_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 | |
| println (const std::string &scalar_format="%10.5f") | |
| T | operator() (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() (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) |
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 () |
Public Attributes | |
| std::string | scalar_format_ |
Public Attributes inherited from exprtk::igeneric_function< T > | |
| std::string | parameter_sequence |
| return_type | rtrn_type |
Definition at line 43649 of file exprtk.hpp.
| typedef igeneric_function<T>::parameter_list_t exprtk::rtl::io::println< T >::parameter_list_t |
Definition at line 43651 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 43655 of file exprtk.hpp.
References exprtk::enable_zero_parameters().
|
inlinevirtual |
Reimplemented from exprtk::igeneric_function< T >.
Definition at line 43661 of file exprtk.hpp.
References exprtk::rtl::io::details::print_impl< T >::process(), and exprtk::rtl::io::println< T >::scalar_format_.
| std::string exprtk::rtl::io::println< T >::scalar_format_ |
Definition at line 43668 of file exprtk.hpp.
Referenced by exprtk::rtl::io::println< T >::operator()().