library: libCore
#include "TEmulatedMapProxy.h"

TEmulatedMapProxy


class description - 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

                                                                      
 TEmulatedMapProxy

 Streamer around an arbitrary STL like container, which implements basic
 container functionality.





Inline Functions


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


Author: Markus Frank 28/10/04
Last update: root/cont:$Name: $:$Id: TEmulatedMapProxy.h,v 1.2 2005/02/25 17:06:34 brun Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *


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.