ATLAS Offline Software
|
Provide an interface for finding inheritance information at run time. Out-of-line implementation. More...
#include "AthenaKernel/BaseInfo.h"
#include "AthenaKernel/CLIDRegistry.h"
#include "CxxUtils/CachedValue.h"
#include "GaudiKernel/System.h"
#include <mutex>
#include <map>
#include <unordered_map>
#include <algorithm>
#include <iostream>
#include "string.h"
Go to the source code of this file.
Classes | |
struct | SG::BaseInfoBaseImpl |
struct | SG::BaseInfoBaseImpl::info |
Structure to hold information about one base. More... | |
struct | SG::BaseInfoBaseImpl::Deleter |
Namespaces | |
SG | |
Forward declaration. | |
Functions | |
void | SG::dumpBaseInfo () |
Provide an interface for finding inheritance information at run time. Out-of-line implementation.
Definition in file BaseInfo.cxx.