|
STK++ 0.9.13
|
class allowing applying the functor Functor on a vector or row-vector
More...
#include <STK_ExprBaseFunctors.h>
Public Types | |
| typedef Derived::Type | Type |
| typedef Type | Col |
| typedef Type | Row |
Public Member Functions | |
| ApplyFunctor (ExprBase< Derived > const &lhs) | |
| constructor | |
| Type | operator() () |
| apply without argument | |
| Type | operator() (bool option) |
| apply with an option argument | |
| Type | operator() (Type const &value, bool option) |
| apply with a value and an option argument | |
Protected Attributes | |
| Derived const & | lhs_ |
class allowing applying the functor Functor on a vector or row-vector
Definition at line 332 of file STK_ExprBaseFunctors.h.
| typedef Type STK::ApplyFunctor< Derived, Functor >::Col |
Definition at line 335 of file STK_ExprBaseFunctors.h.
| typedef Type STK::ApplyFunctor< Derived, Functor >::Row |
Definition at line 336 of file STK_ExprBaseFunctors.h.
| typedef Derived::Type STK::ApplyFunctor< Derived, Functor >::Type |
Definition at line 334 of file STK_ExprBaseFunctors.h.
|
inline |
constructor
Definition at line 338 of file STK_ExprBaseFunctors.h.
References STK_STATIC_ASSERT_POINT_OR_VECTOR_ONLY.
|
inline |
apply without argument
Definition at line 341 of file STK_ExprBaseFunctors.h.
References STK::ApplyFunctor< Derived, Functor >::lhs_.
|
inline |
apply with an option argument
Definition at line 343 of file STK_ExprBaseFunctors.h.
References STK::ApplyFunctor< Derived, Functor >::lhs_.
|
inline |
apply with a value and an option argument
Definition at line 345 of file STK_ExprBaseFunctors.h.
References STK::ApplyFunctor< Derived, Functor >::lhs_.
|
protected |
Definition at line 349 of file STK_ExprBaseFunctors.h.
Referenced by STK::ApplyFunctor< Derived, Functor >::operator()(), STK::ApplyFunctor< Derived, Functor >::operator()(), and STK::ApplyFunctor< Derived, Functor >::operator()().