#include <reduce.h>
Public Types | |
typedef P_sourcetype | T_sourcetype |
typedef bool | T_resulttype |
typedef T_resulttype | T_numtype |
Public Member Functions | |
ReduceAny () | |
ReduceAny (T_resulttype initialValue) | |
bool | operator() (T_sourcetype x) |
bool | operator() (T_sourcetype x, int) |
T_resulttype | result (int) |
void | reset () |
void | reset (T_resulttype) |
Static Public Member Functions | |
static const char * | name () |
Static Public Attributes | |
static const bool | needIndex = false |
static const bool | canProvideInitialValue = false |
Protected Attributes | |
T_resulttype | any_ |
typedef T_resulttype ReduceAny< P_sourcetype >::T_numtype |
typedef bool ReduceAny< P_sourcetype >::T_resulttype |
typedef P_sourcetype ReduceAny< P_sourcetype >::T_sourcetype |
ReduceAny< P_sourcetype >::ReduceAny | ( | T_resulttype | initialValue | ) | [inline] |
static const char* ReduceAny< P_sourcetype >::name | ( | ) | [inline, static] |
bool ReduceAny< P_sourcetype >::operator() | ( | T_sourcetype | x, | |
int | ||||
) | [inline] |
bool ReduceAny< P_sourcetype >::operator() | ( | T_sourcetype | x | ) | [inline] |
void ReduceAny< P_sourcetype >::reset | ( | T_resulttype | ) | [inline] |
void ReduceAny< P_sourcetype >::reset | ( | ) | [inline] |
T_resulttype ReduceAny< P_sourcetype >::result | ( | int | ) | [inline] |
T_resulttype ReduceAny< P_sourcetype >::any_ [protected] |
const bool ReduceAny< P_sourcetype >::canProvideInitialValue = false [static] |