#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 P_sourcetype ReduceAny< P_sourcetype >::T_sourcetype |
| typedef bool ReduceAny< P_sourcetype >::T_resulttype |
| typedef T_resulttype ReduceAny< P_sourcetype >::T_numtype |
| ReduceAny< P_sourcetype >::ReduceAny | ( | T_resulttype | initialValue | ) | [inline] |
| bool ReduceAny< P_sourcetype >::operator() | ( | T_sourcetype | x | ) | [inline] |
| bool ReduceAny< P_sourcetype >::operator() | ( | T_sourcetype | x, | |
| int | ||||
| ) | [inline] |
| T_resulttype ReduceAny< P_sourcetype >::result | ( | int | ) | [inline] |
| void ReduceAny< P_sourcetype >::reset | ( | ) | [inline] |
| void ReduceAny< P_sourcetype >::reset | ( | T_resulttype | ) | [inline] |
| static const char* ReduceAny< P_sourcetype >::name | ( | ) | [inline, static] |
const bool ReduceAny< P_sourcetype >::canProvideInitialValue = false [static] |
T_resulttype ReduceAny< P_sourcetype >::any_ [protected] |
1.5.2