![]() |
ATLAS Offline Software
|
Interface for a tool that provides a "memory resource". More...
#include <IMemoryResourceTool.h>
Public Member Functions | |
| DeclareInterfaceID (IMemoryResourceTool, 1, 0) | |
| Declare the interface that the tool will implement. | |
| virtual | ~IMemoryResourceTool ()=default |
| Destructor. | |
| virtual std::pmr::memory_resource & | mr () const =0 |
Get the provided std::pmr::memory_resource object. | |
Interface for a tool that provides a "memory resource".
Definition at line 16 of file IMemoryResourceTool.h.
|
virtualdefault |
Destructor.
| AthDevice::IMemoryResourceTool::DeclareInterfaceID | ( | IMemoryResourceTool | , |
| 1 | , | ||
| 0 | ) |
Declare the interface that the tool will implement.
|
pure virtualinherited |
Get the provided std::pmr::memory_resource object.