Logo ROOT  
Reference Guide
TContainerConverters.h
Go to the documentation of this file.
1// @(#)root/io:$Id: 9654411c49ffb811aa71b8ed4287acc53909a9a6 $
2// Author: Philippe Canal 11/11/2004
3
4/*************************************************************************
5 * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11#ifndef ROOT_TContainerConverters
12#define ROOT_TContainerConverters
13
14#include "TMemberStreamer.h"
15
18class TClassStreamer;
19
25public:
28 void operator()(TBuffer &b, void *pmember, Int_t size=0);
29};
30
36
37public:
38 TConvertMapToProxy(TClassStreamer *streamer, Bool_t isPointer, Bool_t isPrealloc);
39 void operator()(TBuffer &b, void *pmember, Int_t size=0);
40 Bool_t IsValid() { return fCollectionClass != 0; }
41};
42
43#endif
#define b(i)
Definition: RSha256.hxx:100
Buffer base class used for serializing objects.
Definition: TBuffer.h:42
TClass instances represent classes, structs and namespaces in the ROOT type system.
Definition: TClass.h:80
Small helper to read a TBuffer containing a TClonesArray into any valid collection.
void operator()(TBuffer &b, void *pmember, Int_t size=0)
Read a TClonesArray from the TBuffer b and load it into a (stl) collection.
TConvertClonesArrayToProxy(TVirtualCollectionProxy *proxy, Bool_t isPointer, Bool_t isPrealloc)
Constructor.
TConvertMapToProxy(TClassStreamer *streamer, Bool_t isPointer, Bool_t isPrealloc)
Constructor.
void operator()(TBuffer &b, void *pmember, Int_t size=0)
Read a std::map or std::multimap from the TBuffer b and load it into a (stl) collection.