MayaFlux
0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
get_queue_depth()
size_t MayaFlux::Core::InputManager::get_queue_depth
(
)
const
Get current queue depth.
Definition at line
294
of file
InputManager.cpp
.
295
{
296
return
m_queue
.snapshot().size();
297
}
MayaFlux::Core::InputManager::m_queue
Memory::LockFreeQueue< InputValue, MAX_QUEUE_SIZE > m_queue
Definition
InputManager.hpp:154
References
m_queue
.
MayaFlux
Core
InputManager
Generated by
1.9.8