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

#include <exprtk.hpp>

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

Public Types

typedef opr_base< T >::Type Type
 

Static Public Member Functions

template<typename Type , typename Allocator , template< typename, typename > class Sequence>
static T process (const Sequence< Type, Allocator > &arg_list)
 
template<typename Sequence >
static T process_1 (const Sequence &arg_list)
 
template<typename Sequence >
static T process_2 (const Sequence &arg_list)
 
template<typename Sequence >
static T process_3 (const Sequence &arg_list)
 
template<typename Sequence >
static T process_4 (const Sequence &arg_list)
 
template<typename Sequence >
static T process_5 (const Sequence &arg_list)
 

Detailed Description

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

Definition at line 12370 of file exprtk.hpp.

Member Typedef Documentation

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

Definition at line 12372 of file exprtk.hpp.

Member Function Documentation

template<typename T >
template<typename Type , typename Allocator , template< typename, typename > class Sequence>
static T exprtk::details::vararg_add_op< T >::process ( const Sequence< Type, Allocator > &  arg_list)
inlinestatic

Definition at line 12377 of file exprtk.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename T >
template<typename Sequence >
static T exprtk::details::vararg_add_op< T >::process_1 ( const Sequence &  arg_list)
inlinestatic

Definition at line 12402 of file exprtk.hpp.

Here is the call graph for this function:

template<typename T >
template<typename Sequence >
static T exprtk::details::vararg_add_op< T >::process_2 ( const Sequence &  arg_list)
inlinestatic

Definition at line 12408 of file exprtk.hpp.

Here is the call graph for this function:

template<typename T >
template<typename Sequence >
static T exprtk::details::vararg_add_op< T >::process_3 ( const Sequence &  arg_list)
inlinestatic

Definition at line 12414 of file exprtk.hpp.

Here is the call graph for this function:

template<typename T >
template<typename Sequence >
static T exprtk::details::vararg_add_op< T >::process_4 ( const Sequence &  arg_list)
inlinestatic

Definition at line 12421 of file exprtk.hpp.

Here is the call graph for this function:

template<typename T >
template<typename Sequence >
static T exprtk::details::vararg_add_op< T >::process_5 ( const Sequence &  arg_list)
inlinestatic

Definition at line 12428 of file exprtk.hpp.

Here is the call graph for this function:


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