ATLAS Offline Software
Loading...
Searching...
No Matches
AthDevice::IMemoryResourceTool Class Referenceabstract

Interface for a tool that provides a "memory resource". More...

#include <IMemoryResourceTool.h>

Inheritance diagram for AthDevice::IMemoryResourceTool:
Collaboration diagram for AthDevice::IMemoryResourceTool:

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.

Detailed Description

Interface for a tool that provides a "memory resource".

Definition at line 16 of file IMemoryResourceTool.h.

Constructor & Destructor Documentation

◆ ~IMemoryResourceTool()

virtual AthDevice::IMemoryResourceTool::~IMemoryResourceTool ( )
virtualdefault

Destructor.

Member Function Documentation

◆ DeclareInterfaceID()

AthDevice::IMemoryResourceTool::DeclareInterfaceID ( IMemoryResourceTool ,
1 ,
0  )

Declare the interface that the tool will implement.

◆ mr()

virtual std::pmr::memory_resource & AthDevice::IMemoryResourceProvider::mr ( ) const
pure virtualinherited

Get the provided std::pmr::memory_resource object.


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