Gaudi Framework, version v25r1
Home
Generated: Mon Mar 24 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiKernel
src
Lib
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
// ============================================================================
23
Gaudi::Utils::MapBase::~MapBase
(){}
24
// ============================================================================
25
/* throw std::out_of_range exception
26
* @see std::out_of_range
27
*/
28
// ============================================================================
29
void
Gaudi::Utils::MapBase::throw_out_of_range_exception
()
const
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 Mar 24 2014 18:27:44 for Gaudi Framework, version v25r1 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004