Public Attributes | |
size_t | fIndex |
The index of the last element retrieved. | |
Cont_t * | fCont |
Pointer to the container. (Note that the object pointer from the environment will point at the top-level DataVector class; this points directly at the vector.). | |
void * | fEltPtr |
The last element pointer to have been returned. | |
int | fOffset |
Proxy environment buffer.
The first 64 bytes of the environment structure are a scratch area. The Root proxies put a collection iterator there, but we instead lay it out like this.
This is slightly different in newer versions of root. Rather than having the 64-byte buffer, Environ takes a template argument giving the payload.
Offset between the pointer held by the DV and the start of the object