|
C++ Mathematical Expression Toolkit (ExprTk) release
|
#include <exprtk.hpp>
Public Member Functions | |
| function_traits () | |
| bool & | allow_zero_parameters () |
| bool & | has_side_effects () |
| std::size_t & | min_num_args () |
| std::size_t & | max_num_args () |
Private Attributes | |
| bool | allow_zero_parameters_ |
| bool | has_side_effects_ |
| std::size_t | min_num_args_ |
| std::size_t | max_num_args_ |
Definition at line 19776 of file exprtk.hpp.
|
inline |
Definition at line 19780 of file exprtk.hpp.
References allow_zero_parameters_, has_side_effects_, max_num_args_, and min_num_args_.
|
inline |
Definition at line 19787 of file exprtk.hpp.
References allow_zero_parameters_.
Referenced by exprtk::parser< Type >::parse_generic_function_call(), exprtk::parser< Type >::parse_igeneric_function_params(), and exprtk::parser< Type >::parse_vararg_function_call().
|
inline |
Definition at line 19792 of file exprtk.hpp.
References has_side_effects_.
Referenced by exprtk::parser< T >::expression_generator< Type >::generic_function_call(), import_packages< T >::import_packages(), exprtk::parser< Type >::parse_function_call_0(), exprtk::parser< T >::expression_generator< Type >::string_function_call(), exprtk::parser< T >::expression_generator< Type >::synthesize_expression(), and exprtk::parser< T >::expression_generator< Type >::vararg_function_call().
|
inline |
Definition at line 19802 of file exprtk.hpp.
References max_num_args_.
Referenced by exprtk::parser< Type >::parse_vararg_function_call().
|
inline |
Definition at line 19797 of file exprtk.hpp.
References min_num_args_.
Referenced by exprtk::parser< Type >::parse_vararg_function_call().
|
private |
Definition at line 19809 of file exprtk.hpp.
Referenced by allow_zero_parameters(), and function_traits().
|
private |
Definition at line 19810 of file exprtk.hpp.
Referenced by function_traits(), and has_side_effects().
|
private |
Definition at line 19812 of file exprtk.hpp.
Referenced by function_traits(), and max_num_args().
|
private |
Definition at line 19811 of file exprtk.hpp.
Referenced by function_traits(), and min_num_args().