|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
00001 // $Id: $ 00002 // ============================================================================ 00003 #ifndef GAUDIKERNEL_MAPBASE_H 00004 #define GAUDIKERNEL_MAPBASE_H 1 00005 // ============================================================================ 00006 // Include files 00007 // ============================================================================ 00008 // GaudiKernel 00009 // ============================================================================ 00010 #include "GaudiKernel/Kernel.h" 00011 // ============================================================================ 00012 namespace Gaudi 00013 { 00014 // ========================================================================== 00015 namespace Utils 00016 { 00017 // ======================================================================== 00046 class GAUDI_API MapBase 00047 { 00048 public: 00049 // ====================================================================== 00051 virtual ~MapBase () ; 00052 // ====================================================================== 00053 protected: 00054 // ====================================================================== 00058 void throw_out_of_range_exception() const ; 00059 // ====================================================================== 00060 }; 00061 // ======================================================================== 00062 } 00063 // ========================================================================== 00064 } 00065 // ============================================================================ 00066 // The END 00067 // ============================================================================ 00068 #endif // GAUDIKERNEL_MAPBASE_H 00069 // ============================================================================