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

#include <exprtk.hpp>

Inheritance diagram for exprtk::details::vararg_mand_op< T >:
Collaboration diagram for exprtk::details::vararg_mand_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_mand_op< T >

Definition at line 12702 of file exprtk.hpp.

Member Typedef Documentation

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

Definition at line 12704 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_mand_op< T >::process ( const Sequence< Type, Allocator > &  arg_list)
inlinestatic

Definition at line 12709 of file exprtk.hpp.

Here is the call graph for this function:

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

Definition at line 12732 of file exprtk.hpp.

Here is the call graph for this function:

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

Definition at line 12739 of file exprtk.hpp.

Here is the call graph for this function:

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

Definition at line 12748 of file exprtk.hpp.

Here is the call graph for this function:

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

Definition at line 12758 of file exprtk.hpp.

Here is the call graph for this function:

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

Definition at line 12769 of file exprtk.hpp.

Here is the call graph for this function:


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