OpcUaCanOpen
CANopen OPC-UA server
exprtk::details::div_op< T > Struct Template Reference

#include <exprtk.hpp>

Inherits opr_base< 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::div_op< T >

Definition at line 12122 of file exprtk.hpp.

Member Typedef Documentation

◆ RefType

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

Definition at line 12125 of file exprtk.hpp.

◆ Type

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

Definition at line 12124 of file exprtk.hpp.

Member Function Documentation

◆ assign()

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

Definition at line 12129 of file exprtk.hpp.

◆ operation()

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

Definition at line 12131 of file exprtk.hpp.

◆ process() [1/2]

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

Definition at line 12127 of file exprtk.hpp.

◆ process() [2/2]

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

Definition at line 12128 of file exprtk.hpp.

◆ type()

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

Definition at line 12130 of file exprtk.hpp.


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