Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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) override;
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) override;
40 Bool_t IsValid() { return fCollectionClass != nullptr; }
41};
42
43#endif
#define b(i)
Definition RSha256.hxx:100
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
Buffer base class used for serializing objects.
Definition TBuffer.h:43
TClass instances represent classes, structs and namespaces in the ROOT type system.
Definition TClass.h:81
Small helper to read a TBuffer containing a TClonesArray into any valid collection.
void operator()(TBuffer &b, void *pmember, Int_t size=0) override
Read a TClonesArray from the TBuffer b and load it into a (stl) collection.
~TConvertClonesArrayToProxy() override
Destructor.
void operator()(TBuffer &b, void *pmember, Int_t size=0) override
Read a std::map or std::multimap from the TBuffer b and load it into a (stl) collection.
Defines a common interface to inspect/change the contents of an object that represents a collection.