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

#include <exprtk.hpp>

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

Public Types

typedef opr_base< T >::Type Type
 

Static Public Member Functions

static T process (Type t1, Type t2)
 
static T process (const std::string &t1, const std::string &t2)
 
static expression_node< T >::node_type type ()
 
static details::operator_type operation ()
 

Detailed Description

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

Definition at line 12197 of file exprtk.hpp.

Member Typedef Documentation

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

Definition at line 12199 of file exprtk.hpp.

Member Function Documentation

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

Definition at line 12204 of file exprtk.hpp.

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

Definition at line 12201 of file exprtk.hpp.

template<typename T >
static T exprtk::details::gt_op< T >::process ( const std::string &  t1,
const std::string &  t2 
)
inlinestatic

Definition at line 12202 of file exprtk.hpp.

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

Definition at line 12203 of file exprtk.hpp.


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