PulseView  unreleased development snapshot
A Qt-based sigrok GUI
exprtk::details::add_op< T > Struct Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::details::add_op< T >:
Collaboration diagram for exprtk::details::add_op< T >:

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 ()
 

Detailed Description

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

Definition at line 12099 of file exprtk.hpp.

Member Typedef Documentation

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

Definition at line 12102 of file exprtk.hpp.

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

Definition at line 12101 of file exprtk.hpp.

Member Function Documentation

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

Definition at line 12106 of file exprtk.hpp.

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

Definition at line 12108 of file exprtk.hpp.

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

Definition at line 12104 of file exprtk.hpp.

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

Definition at line 12105 of file exprtk.hpp.

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

Definition at line 12107 of file exprtk.hpp.


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