|
ROOT
Reference Guide |
|
Go to the documentation of this file.
11 #ifndef ROOT_TEmulatedMapProxy
12 #define ROOT_TEmulatedMapProxy
Streamer around a map container.
virtual void Streamer(TBuffer &refBuffer)
Streamer Function.
void WriteMap(UInt_t nElements, TBuffer &b)
virtual void * At(UInt_t idx)
Return the address of the value at index 'idx'.
virtual void Streamer(TBuffer &buff, void *pObj, int siz)
Streamer I/O overload.
void ReadMap(UInt_t nElements, TBuffer &b)
virtual UInt_t Size() const
Return the current size of the container.
virtual TVirtualCollectionProxy * Generate() const
Virtual copy constructor.
virtual void ReadBuffer(TBuffer &buff, void *pObj)
Buffer base class used for serializing objects.
Streamer around an arbitrary STL like container, which implements basic container functionality.
TClass instances represent classes, structs and namespaces in the ROOT type system.
TEmulatedMapProxy & operator=(const TEmulatedMapProxy &rhs)
virtual ~TEmulatedMapProxy()
virtual void Streamer(TBuffer &refBuffer)
Streamer Function.
TEmulatedMapProxy(const TEmulatedMapProxy ©)