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

Detailed Description

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

Definition at line 11879 of file exprtk.hpp.

#include <mrpt/otherlibs/exprtk.hpp>

Inheritance diagram for exprtk::details::mul_op< T >:
Inheritance graph

Public Types

typedef opr_base< T >::Type Type
 
typedef opr_base< T >::RefType RefType
 

Static Public Member Functions

static T process (Type t1, Type t2)
 
static T process (Type t1, Type t2, Type t3)
 
static void assign (RefType t1, Type t2)
 
static expression_node< T >::node_type type ()
 
static details::operator_type operation ()
 

Member Typedef Documentation

◆ RefType

template<typename T >
typedef opr_base<T>::RefType exprtk::details::mul_op< T >::RefType

Definition at line 11882 of file exprtk.hpp.

◆ Type

template<typename T >
typedef opr_base<T>::Type exprtk::details::mul_op< T >::Type

Definition at line 11881 of file exprtk.hpp.

Member Function Documentation

◆ assign()

template<typename T >
static void exprtk::details::mul_op< T >::assign ( RefType  t1,
Type  t2 
)
inlinestatic

Definition at line 11885 of file exprtk.hpp.

◆ operation()

template<typename T >
static details::operator_type exprtk::details::mul_op< T >::operation ( )
inlinestatic

Definition at line 11887 of file exprtk.hpp.

References exprtk::details::e_mul.

◆ process() [1/2]

template<typename T >
static T exprtk::details::mul_op< T >::process ( Type  t1,
Type  t2 
)
inlinestatic

Definition at line 11883 of file exprtk.hpp.

◆ process() [2/2]

template<typename T >
static T exprtk::details::mul_op< T >::process ( Type  t1,
Type  t2,
Type  t3 
)
inlinestatic

Definition at line 11884 of file exprtk.hpp.

◆ type()

template<typename T >
static expression_node<T>::node_type exprtk::details::mul_op< T >::type ( )
inlinestatic

Definition at line 11886 of file exprtk.hpp.




Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Sun Nov 26 00:44:48 UTC 2017