ReduceAny< P_sourcetype > Class Template Reference

#include <reduce.h>

List of all members.

template<typename P_sourcetype>
class ReduceAny< P_sourcetype >


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

const char * name ()

Static Public Attributes

const bool needIndex = false canProvideInitialValue = false

Protected Attributes

T_resulttype any_

Member Typedef Documentation

template<typename P_sourcetype>
typedef T_resulttype ReduceAny< P_sourcetype >::T_numtype
 

template<typename P_sourcetype>
typedef bool ReduceAny< P_sourcetype >::T_resulttype
 

template<typename P_sourcetype>
typedef P_sourcetype ReduceAny< P_sourcetype >::T_sourcetype
 


Constructor & Destructor Documentation

template<typename P_sourcetype>
ReduceAny< P_sourcetype >::ReduceAny  )  [inline]
 

template<typename P_sourcetype>
ReduceAny< P_sourcetype >::ReduceAny T_resulttype  initialValue  )  [inline]
 


Member Function Documentation

template<typename P_sourcetype>
const char* ReduceAny< P_sourcetype >::name  )  [inline, static]
 

template<typename P_sourcetype>
bool ReduceAny< P_sourcetype >::operator() T_sourcetype  x,
int 
[inline]
 

template<typename P_sourcetype>
bool ReduceAny< P_sourcetype >::operator() T_sourcetype  x  )  [inline]
 

template<typename P_sourcetype>
void ReduceAny< P_sourcetype >::reset T_resulttype   )  [inline]
 

template<typename P_sourcetype>
void ReduceAny< P_sourcetype >::reset  )  [inline]
 

template<typename P_sourcetype>
T_resulttype ReduceAny< P_sourcetype >::result int   )  [inline]
 


Member Data Documentation

template<typename P_sourcetype>
T_resulttype ReduceAny< P_sourcetype >::any_ [protected]
 

template<typename P_sourcetype>
const bool ReduceAny< P_sourcetype >::needIndex = false canProvideInitialValue = false [static]
 


The documentation for this class was generated from the following file:
Generated on Mon Oct 22 10:05:17 2007 for blitz by  doxygen 1.3.9.1