STK++ 0.9.13
|
Visitor checking if all the elements of an array are different from zero. More...
#include <STK_Visitors.h>
Public Types | |
typedef bool | Type |
typedef bool const & | TypeConst |
Public Member Functions | |
AllVisitor () | |
void | operator() (Type_ const &value, int i, int j) |
void | operator() (Type_ const &value, int i) |
TypeConst | result () const |
Public Attributes | |
bool | res_ |
Visitor checking if all the elements of an array are different from zero.
For example:
Definition at line 316 of file STK_Visitors.h.
typedef bool STK::hidden::AllVisitor< Type_ >::Type |
Definition at line 319 of file STK_Visitors.h.
typedef bool const& STK::hidden::AllVisitor< Type_ >::TypeConst |
Definition at line 320 of file STK_Visitors.h.
|
inline |
Definition at line 321 of file STK_Visitors.h.
|
inline |
Definition at line 324 of file STK_Visitors.h.
References STK::hidden::AllVisitor< Type_ >::res_.
|
inline |
Definition at line 322 of file STK_Visitors.h.
References STK::hidden::AllVisitor< Type_ >::res_.
|
inline |
bool STK::hidden::AllVisitor< Type_ >::res_ |
Definition at line 318 of file STK_Visitors.h.
Referenced by STK::hidden::AllVisitor< Type_ >::operator()(), STK::hidden::AllVisitor< Type_ >::operator()(), and STK::hidden::AllVisitor< Type_ >::result().