C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
exprtk::ifunction< T > Class Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::ifunction< T >:
[legend]
Collaboration diagram for exprtk::ifunction< T >:
[legend]

Public Member Functions

 ifunction (const std::size_t &pc)
 
virtual ~ifunction ()
 
virtual T operator() ()
 
virtual T operator() (const T &)
 
virtual T operator() (const T &, 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 ()
 

Public Attributes

std::size_t param_count
 

Detailed Description

template<typename T>
class exprtk::ifunction< T >

Definition at line 18859 of file exprtk.hpp.

Constructor & Destructor Documentation

◆ ifunction()

template<typename T >
exprtk::ifunction< T >::ifunction ( const std::size_t &  pc)
inlineexplicit

Definition at line 18863 of file exprtk.hpp.

18864 : param_count(pc)
18865 {}
std::size_t param_count
Definition exprtk.hpp:18951

◆ ~ifunction()

template<typename T >
virtual exprtk::ifunction< T >::~ifunction ( )
inlinevirtual

Definition at line 18867 of file exprtk.hpp.

18868 {}

Member Function Documentation

◆ operator()() [1/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( )
inlinevirtual

◆ operator()() [2/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( const T &  )
inlinevirtual

◆ operator()() [3/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( const T &  ,
const T &   
)
inlinevirtual

◆ operator()() [4/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( const T &  ,
const T &  ,
const T &   
)
inlinevirtual

◆ operator()() [5/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( const T &  ,
const T &  ,
const T &  ,
const T &   
)
inlinevirtual

◆ operator()() [6/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &   
)
inlinevirtual

◆ operator()() [7/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &   
)
inlinevirtual

◆ operator()() [8/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &   
)
inlinevirtual

◆ operator()() [9/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &   
)
inlinevirtual

◆ operator()() [10/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &   
)
inlinevirtual

◆ operator()() [11/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &   
)
inlinevirtual

◆ operator()() [12/21]

template<typename T >
virtual T exprtk::ifunction< T >::operator() ( const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &  ,
const T &   
)
inlinevirtual

◆ operator()() [13/21]

template<typename T >
virtual T exprtk::ifunction< 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 &   
)
inlinevirtual

◆ operator()() [14/21]

template<typename T >
virtual T exprtk::ifunction< 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 &   
)
inlinevirtual

◆ operator()() [15/21]

template<typename T >
virtual T exprtk::ifunction< 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 &   
)
inlinevirtual

◆ operator()() [16/21]

template<typename T >
virtual T exprtk::ifunction< 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 &   
)
inlinevirtual

Reimplemented in exprtk::symbol_table< T >::freefunc15.

Definition at line 18925 of file exprtk.hpp.

◆ operator()() [17/21]

template<typename T >
virtual T exprtk::ifunction< 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 &   
)
inlinevirtual

Definition at line 18929 of file exprtk.hpp.

◆ operator()() [18/21]

template<typename T >
virtual T exprtk::ifunction< 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 &   
)
inlinevirtual

Definition at line 18933 of file exprtk.hpp.

◆ operator()() [19/21]

template<typename T >
virtual T exprtk::ifunction< 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 &   
)
inlinevirtual

Definition at line 18937 of file exprtk.hpp.

◆ operator()() [20/21]

template<typename T >
virtual T exprtk::ifunction< 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 &   
)
inlinevirtual

Definition at line 18941 of file exprtk.hpp.

◆ operator()() [21/21]

template<typename T >
virtual T exprtk::ifunction< 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 &   
)
inlinevirtual

Definition at line 18945 of file exprtk.hpp.

Member Data Documentation

◆ param_count

template<typename T >
std::size_t exprtk::ifunction< T >::param_count

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