library: libCore
#include "TEmulatedMapProxy.h"

TEmulatedMapProxy


class description - header file - source file - inheritance tree (.pdf)

class TEmulatedMapProxy : public TEmulatedCollectionProxy

Inheritance Chart:
TVirtualCollectionProxy
TCollectionProxy
<-
TGenCollectionProxy
<-
TEmulatedCollectionProxy
<-
TEmulatedMapProxy

    protected:
void ReadMap(int nElements, TBuffer& b) void WriteMap(int nElements, TBuffer& b) public:
TEmulatedMapProxy(const TEmulatedMapProxy& copy) TEmulatedMapProxy(const char* cl_name) virtual ~TEmulatedMapProxy() virtual void* At(UInt_t idx) virtual TVirtualCollectionProxy* Generate() const virtual UInt_t Size() const virtual void Streamer(TBuffer& refBuffer) virtual void Streamer(TBuffer& buff, void* pObj, int siz)

Class Description

void ReadMap(int nElements, TBuffer &b)
 Map input streamer
void WriteMap(int nElements, TBuffer &b)
 Map output streamer
TVirtualCollectionProxy* Generate()
 Virtual copy constructor
TEmulatedMapProxy(const TEmulatedMapProxy& copy)
 Copy constructor
TEmulatedMapProxy(const char* cl_name)
 Initializing constructor
virtual ~TEmulatedMapProxy()
 Standard destructor
UInt_t Size()
 Return the current size of the container
void Streamer(TBuffer &refBuffer)
 Streamer for I/O handling
void Streamer(TBuffer &buff, void *pObj, int siz)
 Streamer I/O overload

Last update: Tue Jul 11 11:49:06 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.