#include <string>
#include <iostream>
#include <map>
#include "TROOT.h"
#include "G__ci.h"
#include "boost/regex.hpp"
#include "FWCore/RootAutoLibraryLoader/interface/RootAutoLibraryLoader.h"
#include "FWCore/RootAutoLibraryLoader/src/stdNamespaceAdder.h"
#include "FWCore/PluginManager/interface/PluginManager.h"
#include "FWCore/PluginManager/interface/ProblemTracker.h"
#include "FWCore/PluginManager/interface/PluginCapabilities.h"
#include "Reflex/Type.h"
#include "Cintex/Cintex.h"
#include "TClass.h"
Go to the source code of this file.
Namespaces | |
namespace | edm |
Typedefs | |
typedef int CallbackPtr | G__P ((char *, char *)) |
Functions | |
static void | edm::addWrapperOfVectorOfBuiltin (std::map< std::string, std::string > &iMap, const char *iBuiltin) |
static int | edm::ALL_AutoLoadCallback (char *c, char *l) |
static std::map< std::string, std::string > & | edm::cintToReflexSpecialCasesMap () |
static std::string | edm::classNameForRoot (const std::string &iCapName) |
static bool | edm::loadLibraryForClass (const char *classname) |
static void | edm::registerTypes () |
Variables | |
CallbackPtr | G__p_class_autoloading |
static CallbackPtr | gPrevious = 0 |
static const char * | kDummyLibName = "*dummy" |
Definition at line 65 of file RootAutoLibraryLoader.cc.
CallbackPtr G__p_class_autoloading |
Referenced by edm::RootAutoLibraryLoader::RootAutoLibraryLoader().
CallbackPtr gPrevious = 0 [static] |
Definition at line 66 of file RootAutoLibraryLoader.cc.
Referenced by edm::ALL_AutoLoadCallback(), and edm::RootAutoLibraryLoader::RootAutoLibraryLoader().
const char* kDummyLibName = "*dummy" [static] |
G__input_file oldIFile_ |
Definition at line 57 of file RootAutoLibraryLoader.cc.