#include <reduce.h>

Public Types | |
| typedef P_sourcetype | T_sourcetype |
| typedef P_sourcetype | T_resulttype |
| typedef T_resulttype | T_numtype |
Public Member Functions | |
| ReduceMin () | |
| ReduceMin (T_resulttype min) | |
| bool | operator() (T_sourcetype x) |
| bool | operator() (T_sourcetype x, int) |
| T_resulttype | result (int) |
| void | reset () |
| void | reset (T_resulttype initialValue) |
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 | min_ |
| typedef P_sourcetype ReduceMin< P_sourcetype >::T_sourcetype |
| typedef P_sourcetype ReduceMin< P_sourcetype >::T_resulttype |
| typedef T_resulttype ReduceMin< P_sourcetype >::T_numtype |
References ReduceMin< P_sourcetype >::reset().
| ReduceMin< P_sourcetype >::ReduceMin | ( | T_resulttype | min | ) | [inline] |
References ReduceMin< P_sourcetype >::min_.
| bool ReduceMin< P_sourcetype >::operator() | ( | T_sourcetype | x | ) | [inline] |
References ReduceMin< P_sourcetype >::min_.
| bool ReduceMin< P_sourcetype >::operator() | ( | T_sourcetype | x, | |
| int | ||||
| ) | [inline] |
References ReduceMin< P_sourcetype >::min_.
| T_resulttype ReduceMin< P_sourcetype >::result | ( | int | ) | [inline] |
References ReduceMin< P_sourcetype >::min_.
| void ReduceMin< P_sourcetype >::reset | ( | ) | [inline] |
| void ReduceMin< P_sourcetype >::reset | ( | T_resulttype | initialValue | ) | [inline] |
References ReduceMin< P_sourcetype >::min_.
| static const char* ReduceMin< P_sourcetype >::name | ( | ) | [inline, static] |
const bool ReduceMin< P_sourcetype >::canProvideInitialValue = false [static] |
T_resulttype ReduceMin< P_sourcetype >::min_ [protected] |
1.5.5