Main MRPT website > C++ reference for MRPT 1.5.3
List of all members | Public Types
exprtk::details::functor_t< T > Struct Template Reference

Detailed Description

template<typename T>
struct exprtk::details::functor_t< T >

Definition at line 1921 of file exprtk.hpp.

#include <mrpt/otherlibs/exprtk.hpp>

Public Types

typedef const T & Type
 
typedef T & RefType
 
typedef T(* qfunc_t) (Type t0, Type t1, Type t2, Type t3)
 
typedef T(* tfunc_t) (Type t0, Type t1, Type t2)
 
typedef T(* bfunc_t) (Type t0, Type t1)
 
typedef T(* ufunc_t) (Type t0)
 

Member Typedef Documentation

◆ bfunc_t

template<typename T>
typedef T(* exprtk::details::functor_t< T >::bfunc_t) (Type t0, Type t1)

Definition at line 1934 of file exprtk.hpp.

◆ qfunc_t

template<typename T>
typedef T(* exprtk::details::functor_t< T >::qfunc_t) (Type t0, Type t1, Type t2, Type t3)

Definition at line 1932 of file exprtk.hpp.

◆ RefType

template<typename T>
typedef T& exprtk::details::functor_t< T >::RefType

Definition at line 1931 of file exprtk.hpp.

◆ tfunc_t

template<typename T>
typedef T(* exprtk::details::functor_t< T >::tfunc_t) (Type t0, Type t1, Type t2)

Definition at line 1933 of file exprtk.hpp.

◆ Type

template<typename T>
typedef const T& exprtk::details::functor_t< T >::Type

Definition at line 1930 of file exprtk.hpp.

◆ ufunc_t

template<typename T>
typedef T(* exprtk::details::functor_t< T >::ufunc_t) (Type t0)

Definition at line 1935 of file exprtk.hpp.




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