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

Detailed Description

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

Definition at line 15852 of file exprtk.hpp.

#include <mrpt/otherlibs/exprtk.hpp>

Static Public Member Functions

static bool is_constant (const expression< T > &expr)
 
static bool is_variable (const expression< T > &expr)
 
static bool is_unary (const expression< T > &expr)
 
static bool is_binary (const expression< T > &expr)
 
static bool is_function (const expression< T > &expr)
 
static bool is_null (const expression< T > &expr)
 

Member Function Documentation

◆ is_binary()

template<typename T >
static bool exprtk::expression_helper< T >::is_binary ( const expression< T > &  expr)
inlinestatic

◆ is_constant()

template<typename T >
static bool exprtk::expression_helper< T >::is_constant ( const expression< T > &  expr)
inlinestatic

◆ is_function()

template<typename T >
static bool exprtk::expression_helper< T >::is_function ( const expression< T > &  expr)
inlinestatic

◆ is_null()

template<typename T >
static bool exprtk::expression_helper< T >::is_null ( const expression< T > &  expr)
inlinestatic

◆ is_unary()

template<typename T >
static bool exprtk::expression_helper< T >::is_unary ( const expression< T > &  expr)
inlinestatic

◆ is_variable()

template<typename T >
static bool exprtk::expression_helper< T >::is_variable ( const expression< T > &  expr)
inlinestatic



Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Oct 31 07:27:35 UTC 2017