C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Member Functions | List of all members
myfunc< T > Struct Template Reference
Inheritance diagram for myfunc< T >:
[legend]
Collaboration diagram for myfunc< T >:
[legend]

Public Member Functions

 myfunc ()
 
operator() (const T &v1, const T &v2)
 
 myfunc ()
 
operator() (const T &v1, const T &v2)
 
 myfunc ()
 
operator() (const T &v1, const T &v2)
 
 myfunc ()
 
operator() (const T &v1, const T &v2) override
 
 myfunc ()
 
operator() (const T &v1, const T &v2)
 
- Public Member Functions inherited from exprtk::ifunction< T >
 ifunction (const std::size_t &pc)
 
virtual ~ifunction ()
 
virtual T operator() ()
 
virtual T operator() (const T &)
 
virtual T operator() (const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &)
 
virtual T operator() (const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const T &, const 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::ifunction< T >
std::size_t param_count
 

Detailed Description

template<typename T>
struct myfunc< T >

Definition at line 3711 of file exprtk_mpfr_test.cpp.

Constructor & Destructor Documentation

◆ myfunc() [1/5]

template<typename T >
myfunc< T >::myfunc ( )
inline

Definition at line 3715 of file exprtk_mpfr_test.cpp.

◆ myfunc() [2/5]

template<typename T >
myfunc< T >::myfunc ( )
inline

Definition at line 3714 of file exprtk_real_test.cpp.

◆ myfunc() [3/5]

template<typename T >
myfunc< T >::myfunc ( )
inline

Definition at line 31 of file exprtk_simple_example_05.cpp.

void disable_has_side_effects(FunctionType &func)
Definition exprtk.hpp:19520

References exprtk::disable_has_side_effects().

Here is the call graph for this function:

◆ myfunc() [4/5]

template<typename T >
myfunc< T >::myfunc ( )
inline

Definition at line 31 of file exprtk_symtab_functions.cpp.

References exprtk::disable_has_side_effects().

Here is the call graph for this function:

◆ myfunc() [5/5]

template<typename T >
myfunc< T >::myfunc ( )
inline

Definition at line 3739 of file exprtk_test.cpp.

Member Function Documentation

◆ operator()() [1/5]

template<typename T >
T myfunc< T >::operator() ( const T &  v1,
const T &  v2 
)
inlinevirtual

Reimplemented from exprtk::ifunction< T >.

Definition at line 3717 of file exprtk_mpfr_test.cpp.

3718 {
3719 return T(1) + (v1 * v2) / T(3);
3720 }

◆ operator()() [2/5]

template<typename T >
T myfunc< T >::operator() ( const T &  v1,
const T &  v2 
)
inlinevirtual

Reimplemented from exprtk::ifunction< T >.

Definition at line 3716 of file exprtk_real_test.cpp.

3717 {
3718 return T(1) + (v1 * v2) / T(3);
3719 }

◆ operator()() [3/5]

template<typename T >
T myfunc< T >::operator() ( const T &  v1,
const T &  v2 
)
inlinevirtual

Reimplemented from exprtk::ifunction< T >.

Definition at line 35 of file exprtk_simple_example_05.cpp.

36 {
37 return T(1) + (v1 * v2) / T(3);
38 }

◆ operator()() [4/5]

template<typename T >
T myfunc< T >::operator() ( const T &  v1,
const T &  v2 
)
inlinevirtual

Reimplemented from exprtk::ifunction< T >.

Definition at line 3741 of file exprtk_test.cpp.

3742 {
3743 return T(1) + (v1 * v2) / T(3);
3744 }

◆ operator()() [5/5]

template<typename T >
T myfunc< T >::operator() ( const T &  v1,
const T &  v2 
)
inlineoverridevirtual

Reimplemented from exprtk::ifunction< T >.

Definition at line 35 of file exprtk_symtab_functions.cpp.

36 {
37 return T(1) + (v1 * v2) / T(3);
38 }

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