The Gaudi Framework  v30r3 (a5ef0a68)
MapBase.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_MAPBASE_H
2 #define GAUDIKERNEL_MAPBASE_H 1
3 // ============================================================================
4 // Include files
5 // ============================================================================
6 // GaudiKernel
7 // ============================================================================
8 #include "GaudiKernel/Kernel.h"
9 // ============================================================================
10 namespace Gaudi
11 {
12  // ==========================================================================
13  namespace Utils
14  {
15  // ========================================================================
45  {
46  public:
47  // ======================================================================
49  virtual ~MapBase();
50  // ======================================================================
51  protected:
52  // ======================================================================
56  void throw_out_of_range_exception() const;
57  // ======================================================================
58  };
59  // ========================================================================
60  }
61  // ==========================================================================
62 }
63 // ============================================================================
64 // The END
65 // ============================================================================
66 #endif // GAUDIKERNEL_MAPBASE_H
67 // ============================================================================
Helper base-class to allow the generic Python-decoration for all "map-like" classes in Gaudi...
Definition: MapBase.h:44
#define GAUDI_API
Definition: Kernel.h:104
Helper functions to set/get the application return code.
Definition: __init__.py:1