LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
#include <UnaryOp.h>
Public Types | |
typedef ExpressionTraits < Operand >::Iterator | BaseIterator |
typedef ExpressionTraits < Operation >::Value | Value |
typedef ExpressionTraits < Operation >::Reference | Reference |
Public Member Functions | |
UnaryOpIterator () | |
UnaryOpIterator (BaseIterator const &baseIter, UnaryFunction const &functor) | |
UnaryOpIterator (UnaryOpIterator const &other) | |
Private Types | |
typedef UnaryOpExpression < Operand, UnaryFunction > | Operation |
Private Member Functions | |
Reference | dereference () const |
Private Attributes | |
UnaryFunction | _functor |
Friends | |
class | boost::iterator_core_access |
typedef ExpressionTraits<Operand>::Iterator ndarray::detail::UnaryOpIterator< Operand, UnaryFunction >::BaseIterator |
|
private |
typedef ExpressionTraits<Operation>::Reference ndarray::detail::UnaryOpIterator< Operand, UnaryFunction >::Reference |
typedef ExpressionTraits<Operation>::Value ndarray::detail::UnaryOpIterator< Operand, UnaryFunction >::Value |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
Definition at line 71 of file UnaryOp.h.
|
friend |
|
private |