All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MapBase.h
Go to the documentation of this file.
1 // $Id: $
2 // ============================================================================
3 #ifndef GAUDIKERNEL_MAPBASE_H
4 #define GAUDIKERNEL_MAPBASE_H 1
5 // ============================================================================
6 // Include files
7 // ============================================================================
8 // GaudiKernel
9 // ============================================================================
10 #include "GaudiKernel/Kernel.h"
11 // ============================================================================
12 namespace Gaudi
13 {
14  // ==========================================================================
15  namespace Utils
16  {
17  // ========================================================================
47  {
48  public:
49  // ======================================================================
51  virtual ~MapBase () ;
52  // ======================================================================
53  protected:
54  // ======================================================================
58  void throw_out_of_range_exception() const ;
59  // ======================================================================
60  };
61  // ========================================================================
62  }
63  // ==========================================================================
64 }
65 // ============================================================================
66 // The END
67 // ============================================================================
68 #endif // GAUDIKERNEL_MAPBASE_H
69 // ============================================================================
This is a number of static methods for bootstrapping the Gaudi framework.
Definition: Bootstrap.h:15
Helper base-class to allow the generic Python-decoration for all "map-like" classes in Gaudi...
Definition: MapBase.h:46
#define GAUDI_API
Definition: Kernel.h:108