Classes | |
class | SH::ShMemory |
A memory object. More... | |
class | SH::ShMemory |
A memory object. More... | |
class | SH::ShTransfer |
A Storage Transfer function. More... | |
class | SH::ShStorage |
A Storage object Storage represents actual, physical storage of some memory's contents. More... | |
class | SH::ShHostStorage |
An ShStorage representing data stored on the CPU host memory. More... | |
class | SH::ShHostMemory |
An ShMemory initially originating in CPU host memory. More... | |
Typedefs | |
typedef ShPointer< ShMemory > | ShMemoryPtr |
typedef ShPointer< const ShMemory > | ShMemoryCPtr |
typedef ShPointer< ShStorage > | ShStoragePtr |
typedef ShPointer< const ShStorage > | ShStorageCPtr |
typedef ShPointer< ShHostStorage > | ShHostStoragePtr |
typedef ShPointer< const ShHostStorage > | ShHostStorageCPtr |
typedef ShPointer< ShHostMemory > | ShHostMemoryPtr |
typedef ShPointer< const ShHostMemory > | ShHostMemoryCPtr |
Functions | |
template<typename Functor> | |
ShPointer< ShStorage > | SH::ShMemory::findStorage (const std::string &id, const Functor &f) |
Find a storage of a given id selected by an external functor. |
|
Find a storage of a given id selected by an external functor.
Definition at line 281 of file ShMemory.hpp. |