#include <reduce.h>
Collaboration diagram for ReduceMin< P_sourcetype >:
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 | |
const char * | name () |
Static Public Attributes | |
const bool | needIndex = false canProvideInitialValue = false |
Protected Attributes | |
T_resulttype | min_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|