C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
exprtk::helper::details::igf_impl< T, Process > Struct Template Reference

#include <exprtk_str_funcs.hpp>

Inheritance diagram for exprtk::helper::details::igf_impl< T, Process >:
[legend]
Collaboration diagram for exprtk::helper::details::igf_impl< T, Process >:
[legend]

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

 igf_impl (const std::string &param_sequence="")
 
operator() (parameter_list_t parameters)
 
- Public Member Functions inherited from exprtk::igeneric_function< T >
 igeneric_function (const std::string &param_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 ()
 

Additional Inherited Members

- Public Attributes inherited from exprtk::igeneric_function< T >
std::string parameter_sequence
 
return_type rtrn_type
 

Detailed Description

template<typename T, typename Process>
struct exprtk::helper::details::igf_impl< T, Process >

Definition at line 33 of file exprtk_str_funcs.hpp.

Member Typedef Documentation

◆ parameter_list_t

template<typename T , typename Process >
typedef igeneric_function<T>::parameter_list_t exprtk::helper::details::igf_impl< T, Process >::parameter_list_t

Definition at line 35 of file exprtk_str_funcs.hpp.

Constructor & Destructor Documentation

◆ igf_impl()

template<typename T , typename Process >
exprtk::helper::details::igf_impl< T, Process >::igf_impl ( const std::string &  param_sequence = "")
inline

Definition at line 37 of file exprtk_str_funcs.hpp.

Member Function Documentation

◆ operator()()

template<typename T , typename Process >
T exprtk::helper::details::igf_impl< T, Process >::operator() ( parameter_list_t  parameters)
inlinevirtual

Reimplemented from exprtk::igeneric_function< T >.

Definition at line 41 of file exprtk_str_funcs.hpp.

42 {
43 return Process::execute(parameters);
44 }

The documentation for this struct was generated from the following file: