ATLAS Offline Software
Public Member Functions | List of all members
SG::ExcDifferentArenas Class Reference

Exception — Attempt to assign between ArenaSharedHeapSTLAllocators for different arenas. More...

#include <exceptions.h>

Inheritance diagram for SG::ExcDifferentArenas:
Collaboration diagram for SG::ExcDifferentArenas:

Public Member Functions

 ExcDifferentArenas ()
 Constructor. More...
 

Detailed Description

Exception — Attempt to assign between ArenaSharedHeapSTLAllocators for different arenas.

Definition at line 27 of file Control/AthAllocators/AthAllocators/exceptions.h.

Constructor & Destructor Documentation

◆ ExcDifferentArenas()

SG::ExcDifferentArenas::ExcDifferentArenas ( )

Constructor.

Definition at line 25 of file Control/AthAllocators/src/exceptions.cxx.

26  : std::runtime_error ("SG::ExcDifferentAreas: Attempt to assign between ArenaSharedHeapSTLAllocators for different arenas.")
27 {
28 }

The documentation for this class was generated from the following files: