Definition at line 263 of file RTensor.hxx.
Public Types | |
using | difference_type = typename std::iterator< std::random_access_iterator_tag, Value_t >::difference_type |
Public Member Functions | |
Iterator (RTensor< Value_t, Container_t > &x, typename Index_t::value_type idx) | |
Index_t::value_type | GetGlobalIndex () const |
bool | operator!= (const Iterator &rhs) const |
Value_t & | operator* () |
Iterator | operator+ (difference_type rhs) const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator+= (difference_type rhs) |
difference_type | operator- (const Iterator &rhs) |
Iterator | operator- (difference_type rhs) const |
Iterator & | operator-- () |
Iterator | operator-- (int) |
Iterator & | operator-= (difference_type rhs) |
bool | operator< (const Iterator &rhs) const |
bool | operator<= (const Iterator &rhs) const |
bool | operator== (const Iterator &rhs) const |
bool | operator> (const Iterator &rhs) const |
bool | operator>= (const Iterator &rhs) const |
Private Attributes | |
Index_t::value_type | fGlobalIndex |
RTensor< Value_t, Container_t > & | fTensor |
#include <TMVA/RTensor.hxx>
using TMVA::Experimental::RTensor< V, C >::Iterator::difference_type = typename std::iterator<std::random_access_iterator_tag, Value_t>::difference_type |
Definition at line 268 of file RTensor.hxx.
|
inline |
Definition at line 270 of file RTensor.hxx.
|
inline |
Definition at line 295 of file RTensor.hxx.
|
inline |
Definition at line 290 of file RTensor.hxx.
|
inline |
Definition at line 280 of file RTensor.hxx.
|
inline |
Definition at line 275 of file RTensor.hxx.
|
inline |
Definition at line 271 of file RTensor.hxx.
|
inline |
Definition at line 272 of file RTensor.hxx.
|
inline |
Definition at line 278 of file RTensor.hxx.
|
inline |
Definition at line 277 of file RTensor.hxx.
|
inline |
Definition at line 276 of file RTensor.hxx.
|
inline |
Definition at line 273 of file RTensor.hxx.
|
inline |
Definition at line 274 of file RTensor.hxx.
|
inline |
Definition at line 279 of file RTensor.hxx.
|
inline |
Definition at line 292 of file RTensor.hxx.
|
inline |
Definition at line 294 of file RTensor.hxx.
|
inline |
Definition at line 285 of file RTensor.hxx.
|
inline |
Definition at line 291 of file RTensor.hxx.
|
inline |
Definition at line 293 of file RTensor.hxx.
|
private |
Definition at line 266 of file RTensor.hxx.
|
private |
Definition at line 265 of file RTensor.hxx.