STK++ 0.9.13
|
Visitor computing the max of all the coefficients of the Array. More...
#include <STK_Visitors.h>
Public Types | |
typedef Type_ | Type |
typedef RemoveConst< Type >::Type const & | TypeConst |
Public Member Functions | |
MaxVisitor () | |
void | operator() (Type const &value, int i, int j) |
void | operator() (Type const &value, int i) |
TypeConst | result () const |
Public Attributes | |
Type | res_ |
Visitor computing the max of all the coefficients of the Array.
Definition at line 185 of file STK_Visitors.h.
typedef Type_ STK::hidden::MaxVisitor< Type_ >::Type |
Definition at line 187 of file STK_Visitors.h.
typedef RemoveConst<Type>::Type const& STK::hidden::MaxVisitor< Type_ >::TypeConst |
Definition at line 188 of file STK_Visitors.h.
|
inline |
Definition at line 191 of file STK_Visitors.h.
|
inline |
Definition at line 194 of file STK_Visitors.h.
References STK::hidden::MaxVisitor< Type_ >::res_.
|
inline |
Definition at line 192 of file STK_Visitors.h.
References STK::hidden::MaxVisitor< Type_ >::res_.
|
inline |
Type STK::hidden::MaxVisitor< Type_ >::res_ |
Definition at line 190 of file STK_Visitors.h.
Referenced by STK::hidden::MaxVisitor< Type_ >::operator()(), STK::hidden::MaxVisitor< Type_ >::operator()(), and STK::hidden::MaxVisitor< Type_ >::result().