The Gaudi Framework
v27r0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
MapBase.cpp
Go to the documentation of this file.
1
// ============================================================================
2
// Include files
3
// ============================================================================
4
// STD & STD
5
// ============================================================================
6
#include <stdexcept>
7
// ============================================================================
8
// GaudiKernel
9
// ============================================================================
10
#include "GaudiKernel/System.h"
11
#include "GaudiKernel/MapBase.h"
12
// ============================================================================
19
// ============================================================================
20
// destructor
21
// ============================================================================
22
Gaudi::Utils::MapBase::~MapBase
(){}
23
// ============================================================================
24
/* throw std::out_of_range exception
25
* @see std::out_of_range
26
*/
27
// ============================================================================
28
void
Gaudi::Utils::MapBase::throw_out_of_range_exception
()
const
29
{
30
std::string _nam =
System::typeinfoName
(
typeid
( *
this
) ) ;
31
throw
std::out_of_range ( _nam.c_str () ) ;
32
}
33
// ============================================================================
34
35
// ============================================================================
36
// The END
37
// ============================================================================
38
System::typeinfoName
GAUDI_API const std::string typeinfoName(const std::type_info &)
Get platform independent information about the class type.
Definition:
System.cpp:297
Gaudi::Utils::MapBase::throw_out_of_range_exception
void throw_out_of_range_exception() const
throw std::out_of_range exception
Definition:
MapBase.cpp:28
Gaudi::Utils::MapBase::~MapBase
virtual ~MapBase()
virtual destructor
Definition:
MapBase.cpp:22
GaudiKernel
src
Lib
MapBase.cpp
Generated on Thu Feb 4 2016 16:42:13 for The Gaudi Framework by
1.8.9.1