ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
SG::JaggedVecEltBase::Shift Struct Reference

Helper to shift indices. More...

#include <JaggedVecImpl.h>

Collaboration diagram for SG::JaggedVecEltBase::Shift:

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...
 

Detailed Description

Helper to shift indices.

Definition at line 103 of file JaggedVecImpl.h.

Constructor & Destructor Documentation

◆ Shift()

SG::JaggedVecEltBase::Shift::Shift ( int  offs)

Constructor.

Member Function Documentation

◆ operator()()

void SG::JaggedVecEltBase::Shift::operator() ( JaggedVecEltBase e) const

Shift indices in e by the offset given to the constructor.

Member Data Documentation

◆ m_offs

int SG::JaggedVecEltBase::Shift::m_offs
private

Offset by which to shift.

Definition at line 114 of file JaggedVecImpl.h.


The documentation for this struct was generated from the following file: