blitz Version 1.0.2
|
#include <reduce.h>
Public Types | |
typedef P_sourcetype | T_sourcetype |
typedef bool | T_resulttype |
typedef T_resulttype | T_numtype |
Public Member Functions | |
ReduceAny () | |
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 char * | name () |
Static Public Attributes | |
static const bool | needIndex = false |
static const bool | needInit = false |
Protected Attributes | |
T_resulttype | any_ |
typedef T_resulttype blitz::ReduceAny< P_sourcetype >::T_numtype |
typedef bool blitz::ReduceAny< P_sourcetype >::T_resulttype |
typedef P_sourcetype blitz::ReduceAny< P_sourcetype >::T_sourcetype |
|
inline |
|
inlinestatic |
|
inline |
References blitz::ReduceAny< P_sourcetype >::any_.
|
inline |
References blitz::ReduceAny< P_sourcetype >::any_.
|
inline |
References blitz::ReduceAny< P_sourcetype >::any_.
|
mutableprotected |
|
static |
|
static |