ATLAS Offline Software
|
Helper to shift indices. More...
#include <JaggedVecImpl.h>
Public Member Functions | |
Shift (int offs) | |
Constructor. More... | |
void | operator() (JaggedVecEltBase &e) const |
Shift indices in e by the offset given to the constructor. More... | |
Private Attributes | |
int | m_offs |
Offset by which to shift. More... | |
Helper to shift indices.
Definition at line 103 of file JaggedVecImpl.h.
SG::JaggedVecEltBase::Shift::Shift | ( | int | offs | ) |
Constructor.
void SG::JaggedVecEltBase::Shift::operator() | ( | JaggedVecEltBase & | e | ) | const |
Shift indices in e
by the offset given to the constructor.
|
private |
Offset by which to shift.
Definition at line 114 of file JaggedVecImpl.h.