11#ifndef ROOT_TEmulatedMapProxy
12#define ROOT_TEmulatedMapProxy
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
Buffer base class used for serializing objects.
void Streamer(TBuffer &refBuffer) override
Streamer Function.
TEmulatedCollectionProxy(const TEmulatedCollectionProxy ©)
void ReadMap(UInt_t nElements, TBuffer &b)
UInt_t Size() const override
Return the current number of elements in the container.
void Streamer(TBuffer &refBuffer) override
Streamer Function.
void Streamer(TBuffer &buff, void *pObj, int siz) override
Streamer I/O overload.
TEmulatedMapProxy & operator=(const TEmulatedMapProxy &rhs)
TVirtualCollectionProxy * Generate() const override
Returns a clean object of the actual class that derives from TVirtualCollectionProxy.
void * At(UInt_t idx) override
Return the address of the value at index idx.
TEmulatedMapProxy(const TEmulatedMapProxy ©)
void ReadBuffer(TBuffer &buff, void *pObj) override
void WriteMap(UInt_t nElements, TBuffer &b)
~TEmulatedMapProxy() override
TVirtualCollectionProxy(const TVirtualCollectionProxy &)=delete