blitz Version 1.0.2
Loading...
Searching...
No Matches
blitz::ReduceAll< P_sourcetype > Class Template Reference

#include <reduce.h>

Collaboration diagram for blitz::ReduceAll< P_sourcetype >:
Collaboration graph

Public Types

typedef P_sourcetype T_sourcetype
 
typedef bool T_resulttype
 
typedef T_resulttype T_numtype
 

Public Member Functions

 ReduceAll ()
 
bool operator() (const T_sourcetype &x, const int=0) const
 
T_resulttype result (const int) const
 
void reset () const
 

Static Public Member Functions

static const charname ()
 

Static Public Attributes

static const bool needIndex = false
 
static const bool needInit = false
 

Protected Attributes

T_resulttype all_
 

Member Typedef Documentation

◆ T_numtype

◆ T_resulttype

◆ T_sourcetype

Constructor & Destructor Documentation

◆ ReduceAll()

template<typename P_sourcetype >
blitz::ReduceAll< P_sourcetype >::ReduceAll ( )
inline

Member Function Documentation

◆ name()

template<typename P_sourcetype >
static const char * blitz::ReduceAll< P_sourcetype >::name ( )
inlinestatic

◆ operator()()

◆ reset()

◆ result()

Member Data Documentation

◆ all_

◆ needIndex

template<typename P_sourcetype >
const bool blitz::ReduceAll< P_sourcetype >::needIndex = false
static

◆ needInit


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