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

#include <reduce.h>

List of all members.

Public Types

typedef P_sourcetype T_sourcetype
typedef TinyVector< int, N_rank > T_resulttype
typedef T_resulttype T_numtype

Public Member Functions

 ReduceMaxIndexVector ()
 ReduceMaxIndexVector (T_resulttype max)
bool operator() (T_sourcetype x)
bool operator() (T_sourcetype x, const TinyVector< int, N_rank > &index)
T_resulttype result (int)
void reset ()
void reset (T_resulttype)

Static Public Member Functions

static const char * name ()

Static Public Attributes

static const bool canProvideInitialValue = false

Protected Attributes

T_sourcetype max_
TinyVector< int, N_rank > index_

template<typename P_sourcetype, int N_rank>
class ReduceMaxIndexVector< P_sourcetype, N_rank >


Member Typedef Documentation

template<typename P_sourcetype , int N_rank>
typedef T_resulttype ReduceMaxIndexVector< P_sourcetype, N_rank >::T_numtype
template<typename P_sourcetype , int N_rank>
typedef TinyVector<int,N_rank> ReduceMaxIndexVector< P_sourcetype, N_rank >::T_resulttype
template<typename P_sourcetype , int N_rank>
typedef P_sourcetype ReduceMaxIndexVector< P_sourcetype, N_rank >::T_sourcetype

Constructor & Destructor Documentation

template<typename P_sourcetype , int N_rank>
ReduceMaxIndexVector< P_sourcetype, N_rank >::ReduceMaxIndexVector ( ) [inline]
template<typename P_sourcetype , int N_rank>
ReduceMaxIndexVector< P_sourcetype, N_rank >::ReduceMaxIndexVector ( T_resulttype  max) [inline]

Member Function Documentation

template<typename P_sourcetype , int N_rank>
static const char* ReduceMaxIndexVector< P_sourcetype, N_rank >::name ( ) [inline, static]
template<typename P_sourcetype , int N_rank>
bool ReduceMaxIndexVector< P_sourcetype, N_rank >::operator() ( T_sourcetype  x,
const TinyVector< int, N_rank > &  index 
) [inline]
template<typename P_sourcetype , int N_rank>
bool ReduceMaxIndexVector< P_sourcetype, N_rank >::operator() ( T_sourcetype  x) [inline]
template<typename P_sourcetype , int N_rank>
void ReduceMaxIndexVector< P_sourcetype, N_rank >::reset ( ) [inline]
template<typename P_sourcetype , int N_rank>
void ReduceMaxIndexVector< P_sourcetype, N_rank >::reset ( T_resulttype  ) [inline]
template<typename P_sourcetype , int N_rank>
T_resulttype ReduceMaxIndexVector< P_sourcetype, N_rank >::result ( int  ) [inline]

Member Data Documentation

template<typename P_sourcetype , int N_rank>
const bool ReduceMaxIndexVector< P_sourcetype, N_rank >::canProvideInitialValue = false [static]
template<typename P_sourcetype , int N_rank>
TinyVector<int,N_rank> ReduceMaxIndexVector< P_sourcetype, N_rank >::index_ [protected]
template<typename P_sourcetype , int N_rank>
T_sourcetype ReduceMaxIndexVector< P_sourcetype, N_rank >::max_ [protected]

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