blitz Version 0.9
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Attributes
ReduceMin< P_sourcetype > Class Template Reference

#include <reduce.h>

List of all members.

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 ()

Public Attributes

static const bool canProvideInitialValue = false

Static Public Attributes

static const bool needIndex = false

Protected Attributes

T_resulttype min_

template<typename P_sourcetype>
class ReduceMin< P_sourcetype >


Member Typedef Documentation

template<typename P_sourcetype >
typedef T_resulttype ReduceMin< P_sourcetype >::T_numtype
template<typename P_sourcetype >
typedef P_sourcetype ReduceMin< P_sourcetype >::T_resulttype
template<typename P_sourcetype >
typedef P_sourcetype ReduceMin< P_sourcetype >::T_sourcetype

Constructor & Destructor Documentation

template<typename P_sourcetype >
ReduceMin< P_sourcetype >::ReduceMin ( ) [inline]
template<typename P_sourcetype >
ReduceMin< P_sourcetype >::ReduceMin ( T_resulttype  min) [inline]

Member Function Documentation

template<typename P_sourcetype >
static const char* ReduceMin< P_sourcetype >::name ( ) [inline, static]
template<typename P_sourcetype >
bool ReduceMin< P_sourcetype >::operator() ( T_sourcetype  x,
int   
) [inline]
template<typename P_sourcetype >
bool ReduceMin< P_sourcetype >::operator() ( T_sourcetype  x) [inline]
template<typename P_sourcetype >
void ReduceMin< P_sourcetype >::reset ( ) [inline]
template<typename P_sourcetype >
void ReduceMin< P_sourcetype >::reset ( T_resulttype  initialValue) [inline]
template<typename P_sourcetype >
T_resulttype ReduceMin< P_sourcetype >::result ( int  ) [inline]

Member Data Documentation

template<typename P_sourcetype >
const bool ReduceMin< P_sourcetype >::canProvideInitialValue = false
template<typename P_sourcetype >
T_resulttype ReduceMin< P_sourcetype >::min_ [protected]
template<typename P_sourcetype >
const bool ReduceMin< P_sourcetype >::needIndex = false [static]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines