#include <reduce.h>
Collaboration diagram for ReduceMax< P_sourcetype >:

Public Types | |
| typedef P_sourcetype | T_sourcetype |
| typedef P_sourcetype | T_resulttype |
| typedef T_resulttype | T_numtype |
Public Member Functions | |
| ReduceMax () | |
| ReduceMax (T_resulttype max) | |
| 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 = true |
Protected Attributes | |
| T_resulttype | max_ |
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.3.9.1