|
LSSTApplications
1.1.2+25,10.0+13,10.0+132,10.0+133,10.0+224,10.0+41,10.0+8,10.0-1-g0f53050+14,10.0-1-g4b7b172+19,10.0-1-g61a5bae+98,10.0-1-g7408a83+3,10.0-1-gc1e0f5a+19,10.0-1-gdb4482e+14,10.0-11-g3947115+2,10.0-12-g8719d8b+2,10.0-15-ga3f480f+1,10.0-2-g4f67435,10.0-2-gcb4bc6c+26,10.0-28-gf7f57a9+1,10.0-3-g1bbe32c+14,10.0-3-g5b46d21,10.0-4-g027f45f+5,10.0-4-g86f66b5+2,10.0-4-gc4fccf3+24,10.0-40-g4349866+2,10.0-5-g766159b,10.0-5-gca2295e+25,10.0-6-g462a451+1
LSSTDataManagementBasePackage
|
#include <NestedIterator.h>
Public Types | |
| typedef ArrayTraits< T, N, C > ::Value | Value |
| typedef ArrayTraits< T, N, C > ::Reference | Reference |
Public Member Functions | |
| Reference | operator[] (int n) const |
| Reference const & | operator* () const |
| Reference const * | operator-> () |
| NestedIterator () | |
| NestedIterator (Reference const &ref, int stride) | |
| NestedIterator (NestedIterator const &other) | |
| template<typename T_ , int C_> | |
| NestedIterator (NestedIterator< T_, N, C_ > const &other) | |
| NestedIterator & | operator= (NestedIterator const &other) |
| template<typename T_ , int C_> | |
| NestedIterator & | operator= (NestedIterator< T_, N, C_ > const &other) |
Private Member Functions | |
| Reference const & | dereference () const |
| void | increment () |
| void | decrement () |
| void | advance (int n) |
| template<typename T_ , int C_> | |
| int | distance_to (NestedIterator< T_, N, C_ > const &other) const |
| template<typename T_ , int C_> | |
| bool | equal (NestedIterator< T_, N, C_ > const &other) const |
Private Attributes | |
| Reference | _ref |
| int | _stride |
Friends | |
| class | boost::iterator_core_access |
| template<typename T_ , int N_, int C_> | |
| class | NestedIterator |
Definition at line 52 of file NestedIterator.h.
| typedef ArrayTraits<T,N,C>::Reference ndarray::detail::NestedIterator< T, N, C >::Reference |
Definition at line 61 of file NestedIterator.h.
| typedef ArrayTraits<T,N,C>::Value ndarray::detail::NestedIterator< T, N, C >::Value |
Definition at line 60 of file NestedIterator.h.
|
inline |
Definition at line 73 of file NestedIterator.h.
|
inline |
Definition at line 75 of file NestedIterator.h.
|
inline |
Definition at line 77 of file NestedIterator.h.
|
inline |
Definition at line 80 of file NestedIterator.h.
|
inlineprivate |
Definition at line 109 of file NestedIterator.h.
|
inlineprivate |
Definition at line 108 of file NestedIterator.h.
|
inlineprivate |
Definition at line 105 of file NestedIterator.h.
|
inlineprivate |
Definition at line 112 of file NestedIterator.h.
|
inlineprivate |
Definition at line 117 of file NestedIterator.h.
|
inlineprivate |
Definition at line 107 of file NestedIterator.h.
|
inline |
Definition at line 69 of file NestedIterator.h.
|
inline |
Definition at line 71 of file NestedIterator.h.
|
inline |
Definition at line 82 of file NestedIterator.h.
|
inline |
Definition at line 92 of file NestedIterator.h.
|
inline |
Definition at line 63 of file NestedIterator.h.
|
friend |
Definition at line 103 of file NestedIterator.h.
|
friend |
Definition at line 101 of file NestedIterator.h.
|
private |
Definition at line 121 of file NestedIterator.h.
|
private |
Definition at line 122 of file NestedIterator.h.
1.8.5