STK++ 0.9.13
|
Visitor computing safely 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 | |
MaxSafeVisitor () | |
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 safely the max of all the coefficients of the Array.
Definition at line 204 of file STK_Visitors.h.
typedef Type_ STK::hidden::MaxSafeVisitor< Type_ >::Type |
Definition at line 206 of file STK_Visitors.h.
typedef RemoveConst<Type>::Type const& STK::hidden::MaxSafeVisitor< Type_ >::TypeConst |
Definition at line 207 of file STK_Visitors.h.
|
inline |
Definition at line 210 of file STK_Visitors.h.
|
inline |
Definition at line 213 of file STK_Visitors.h.
References STK::hidden::MaxSafeVisitor< Type_ >::res_.
|
inline |
Definition at line 211 of file STK_Visitors.h.
References STK::hidden::MaxSafeVisitor< Type_ >::res_.
|
inline |
Definition at line 215 of file STK_Visitors.h.
References STK::hidden::MaxSafeVisitor< Type_ >::res_.
Type STK::hidden::MaxSafeVisitor< Type_ >::res_ |
Definition at line 209 of file STK_Visitors.h.
Referenced by STK::hidden::MaxSafeVisitor< Type_ >::operator()(), STK::hidden::MaxSafeVisitor< Type_ >::operator()(), and STK::hidden::MaxSafeVisitor< Type_ >::result().