#include "TError.h"
#include "TClassEdit.h"
#include "TCollectionProxyFactory.h"
#include "TGenCollectionProxy.h"
#include "TGenCollectionStreamer.h"
#include "TEmulatedMapProxy.h"
#include "TEmulatedCollectionProxy.h"
Go to the source code of this file.
Functions | |
static TClassEdit::ESTLType | stl_type (const std::string &class_name) |
static TEmulatedCollectionProxy * | GenEmulation (const char *class_name) |
static TEmulatedCollectionProxy* @5077::GenEmulation | ( | const char * | class_name | ) | [static] |
Definition at line 51 of file TCollectionProxyFactory.cxx.
References TClassEdit::kMap, TClassEdit::kMultiMap, TClassEdit::kNotSTL, result(), and stl_type().
Referenced by TCollectionProxyFactory::GenEmulatedClassStreamer(), TCollectionProxyFactory::GenEmulatedMemberStreamer(), and TCollectionProxyFactory::GenEmulatedProxy().
static TClassEdit::ESTLType @5077::stl_type | ( | const std::string & | class_name | ) | [static] |
Definition at line 40 of file TCollectionProxyFactory.cxx.
References TClassEdit::GetSplit(), TClassEdit::kNotSTL, num, and TClassEdit::STLKind().
Referenced by GenEmulation().