#include "TBuffer.h"
#include "TVirtualCollectionProxy.h"
#include "TCollectionProxyInfo.h"
#include <atomic>
#include <string>
#include <map>
#include <cstdlib>
#include <vector>
Classes | |
struct | AnyCollectionProxy< T > |
class | TGenCollectionProxy::Method |
Small helper to execute (compiler) generated function for the access to STL or other containers. More... | |
class | TGenCollectionProxy::Method0 |
class | TGenCollectionProxy::StreamHelper |
Helper class to facilitate I/O. More... | |
class | TGenCollectionProxy |
Proxy around an arbitrary container, which implements basic functionality and iteration. More... | |
class | TGenCollectionProxy::TStaging |
Small helper to stage the content of an associative container when reading and before inserting it in the actual collection. More... | |
class | TGenCollectionProxy::Value |
Small helper to describe the Value_type or the key_type of an STL container. More... | |