#include <StreamPool.h>
Definition at line 19 of file StreamPool.h.
◆ ptr
◆ StreamPool()
| AthCUDA::StreamPool::StreamPool |
( |
| ) |
|
◆ ~StreamPool()
| AthCUDA::StreamPool::~StreamPool |
( |
| ) |
|
◆ empty()
| bool AthCUDA::StreamPool::empty |
( |
| ) |
const |
Definition at line 34 of file StreamPool.cxx.
35{
36 return m_impl->m_streams.empty();
37}
std::unique_ptr< StreamPoolImpl > m_impl
◆ pop()
◆ push()
| void AthCUDA::StreamPool::push |
( |
const ptr & | s | ) |
|
◆ m_impl
The documentation for this class was generated from the following files: