Main MRPT website > C++ reference for MRPT 1.5.3
List of all members | Public Member Functions
exprtk::ivararg_function< T > Class Template Reference

Detailed Description

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

Definition at line 15788 of file exprtk.hpp.

#include <mrpt/otherlibs/exprtk.hpp>

Inheritance diagram for exprtk::ivararg_function< T >:
Inheritance graph

Public Member Functions

virtual ~ivararg_function ()
 
virtual T operator() (const std::vector< T > &)
 
bool & allow_zero_parameters ()
 
bool & has_side_effects ()
 
std::size_t & min_num_args ()
 
std::size_t & max_num_args ()
 

Constructor & Destructor Documentation

◆ ~ivararg_function()

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

Definition at line 15792 of file exprtk.hpp.

Member Function Documentation

◆ allow_zero_parameters()

bool& exprtk::function_traits::allow_zero_parameters ( )
inlineinherited

Definition at line 15620 of file exprtk.hpp.

Referenced by exprtk::parser< T >::parse_vararg_function_call().

◆ has_side_effects()

bool& exprtk::function_traits::has_side_effects ( )
inlineinherited

◆ max_num_args()

std::size_t& exprtk::function_traits::max_num_args ( )
inlineinherited

Definition at line 15635 of file exprtk.hpp.

Referenced by exprtk::parser< T >::parse_vararg_function_call().

◆ min_num_args()

std::size_t& exprtk::function_traits::min_num_args ( )
inlineinherited

Definition at line 15630 of file exprtk.hpp.

Referenced by exprtk::parser< T >::parse_vararg_function_call().

◆ operator()()

template<typename T>
virtual T exprtk::ivararg_function< T >::operator() ( const std::vector< T > &  )
inlinevirtual

Definition at line 15795 of file exprtk.hpp.

References exprtk_debug.




Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Aug 22 01:03:35 UTC 2017