Classes | |
class | DebugAids |
class | Callback1Rep |
class | Callback1 |
class | CallbackImpF11 |
class | SharedLibraryError |
class | SharedLibrary |
struct | BitTraits |
class | Signal |
Typedefs | |
typedef void(* | DummyHandlerType )(int) |
Functions | |
template<class T1 , class T2 > | |
Callback1Rep< T1 > * | CreateCallback (void(*function)(T1, T2), const T2 &fill_2) |
IMessageSvc * | getMessageSvc (bool) __attribute__((weak)) |
void | reportMessage (IMessageSvc *, const std::string &, int, const std::string &) __attribute__((weak)) |
int | outputLevel (IMessageSvc *, const std::string &) __attribute__((weak)) |
void | setOutputLevel (IMessageSvc *, const std::string &, int) __attribute__((weak)) |
Some weak symbol referencing magic... These are declared in AthenaKernel/getMessageSvc.h and will be non-NULL in case the GaudiSvc/AthenaKernel shared libraries have been loaded.
typedef void(* Athena::DummyHandlerType)(int) |
Dummy handler type for standard signal()
function.