The Gaudi Framework
v29r0 (ff2e7097)
|
#include <algorithm>
#include <functional>
#include <iostream>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#include "GaudiKernel/Bootstrap.h"
#include "GaudiKernel/DataObjectHandleProperty.h"
#include "GaudiKernel/INamedInterface.h"
#include "GaudiKernel/IProperty.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Property.h"
Go to the source code of this file.
Classes | |
class | ToolHandle< T > |
Handle to be used in lieu of naked pointers to tools. More... | |
class | ServiceHandle< T > |
Handle to be used in lieu of naked pointers to services. More... | |
class | ToolHandleArray< T > |
Array of Handles to be used in lieu of vector of naked pointers to tools. More... | |
class | ServiceHandleArray< T > |
Array of Handles to be used in lieu of vector of naked pointers to tools. More... | |
class | DataObjectHandle< T > |
DataObjectHandle.h GaudiKernel/DataObjectHandle.h. More... | |
class | PropertyHolder< BASE > |
Helper class to implement the IProperty interface. More... | |
Namespaces | |
Gaudi | |
Helper functions to set/get the application return code. | |
Gaudi::Utils | |
Functions | |
bool | Gaudi::Utils::iequal (const std::string &v1, const std::string &v2) |
Helper for case insensitive string comparison. More... | |