Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MapBase.cpp
Go to the documentation of this file.
1 // $Id: $
2 // ============================================================================
3 // Include files
4 // ============================================================================
5 // STD & STD
6 // ============================================================================
7 #include <stdexcept>
8 // ============================================================================
9 // GaudiKernel
10 // ============================================================================
11 #include "GaudiKernel/System.h"
12 #include "GaudiKernel/MapBase.h"
13 // ============================================================================
20 // ============================================================================
21 // destructor
22 // ============================================================================
24 // ============================================================================
25 /* throw std::out_of_range exception
26  * @see std::out_of_range
27  */
28 // ============================================================================
30 {
31  std::string _nam = System::typeinfoName ( typeid ( *this ) ) ;
32  throw std::out_of_range ( _nam.c_str () ) ;
33 }
34 // ============================================================================
35 
36 // ============================================================================
37 // The END
38 // ============================================================================
39 

Generated at Mon Feb 17 2014 14:37:45 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004