/home/runner/work/HiCR/HiCR/include/hicr/core/globalMemorySlot.hpp Source File
HiCR
|
globalMemorySlot.hpp
Go to the documentation of this file.
59 GlobalMemorySlot(const tag_t globalTag = 0, const globalKey_t globalKey = 0, std::shared_ptr<HiCR::LocalMemorySlot> sourceLocalMemorySlot = nullptr)
87 __INLINE__ std::shared_ptr<HiCR::LocalMemorySlot> getSourceLocalMemorySlot() noexcept { return _sourceLocalMemorySlot; }
Definition globalMemorySlot.hpp:38
GlobalMemorySlot(const tag_t globalTag=0, const globalKey_t globalKey=0, std::shared_ptr< HiCR::LocalMemorySlot > sourceLocalMemorySlot=nullptr)
Definition globalMemorySlot.hpp:59
__INLINE__ std::shared_ptr< HiCR::LocalMemorySlot > getSourceLocalMemorySlot() noexcept
Definition globalMemorySlot.hpp:87
__INLINE__ globalKey_t getGlobalKey() const noexcept
Definition globalMemorySlot.hpp:80
__INLINE__ tag_t getGlobalTag() const noexcept
Definition globalMemorySlot.hpp:74
virtual ~GlobalMemorySlot()=default
Provides a definition for a HiCR Local Memory Slot class.
Generated by