![]() |
GranOO
3.0
A robust and versatile workbench to build 3D dynamic simulations based on the Discrete Element Method
|
#include <Exprtk.hpp>
Public Types | |
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 | |
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 | |
virtual T operator()(parameter_list_t) igeneric_function_empty_body(1) inline virtual T operator()(std return_type | rtrn_type |
typedef type_store<T> exprtk::igeneric_function< T >::generic_type |
typedef generic_type::parameter_list exprtk::igeneric_function< T >::parameter_list_t |
typedef T exprtk::igeneric_function< T >::type |
enum exprtk::igeneric_function::return_type |
|
inlineexplicit |
|
inlinevirtual |
|
inline |