The Gaudi Framework
v29r0 (ff2e7097)
|
#include <Gaudi/PluginService.h>
#include <dirent.h>
#include <dlfcn.h>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <memory>
#include <regex>
#include <cxxabi.h>
#include <sys/stat.h>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
Gaudi | |
Helper functions to set/get the application return code. | |
Gaudi::PluginService | |
Gaudi::PluginService::Details | |
Macros | |
#define | REG_SCOPE_LOCK |
#define | SINGLETON_LOCK |
Functions | |
GAUDIPS_API void * | Gaudi::PluginService::Details::getCreator (const std::string &id, const std::string &type) |
Function used to load a specific factory function. More... | |
std::string | Gaudi::PluginService::Details::demangle (const std::string &id) |
GAUDIPS_API std::string | Gaudi::PluginService::Details::demangle (const std::type_info &id) |
Return a canonical name for type_info object (implementation borrowed from GaudiKernel/System). More... | |
GAUDIPS_API Logger & | Gaudi::PluginService::Details::logger () |
Return the current logger instance. More... | |
GAUDIPS_API void | Gaudi::PluginService::Details::setLogger (Logger *logger) |
Set the logger instance to use. More... | |
GAUDIPS_API void | Gaudi::PluginService::SetDebug (int debugLevel) |
Backward compatibility with Reflex. More... | |
GAUDIPS_API int | Gaudi::PluginService::Debug () |
Backward compatibility with Reflex. More... | |
#define REG_SCOPE_LOCK |
Definition at line 37 of file PluginService.cpp.
#define SINGLETON_LOCK |
Definition at line 38 of file PluginService.cpp.