排他制御をしたただのキュー
More...
#include <webcface/internal/queue.h>
|
void | push (const T &f) |
|
void | push (T &&f) |
|
bool | empty () |
|
std::optional< T > | pop () |
|
std::optional< T > | pop (std::chrono::milliseconds d) |
|
void | clear () |
|
template<typename T>
class webcface::Queue< T >
排他制御をしたただのキュー
◆ clear()
◆ empty()
◆ pop() [1/2]
template<typename T >
std::optional< T > pop |
( |
| ) |
|
|
inline |
◆ pop() [2/2]
template<typename T >
std::optional< T > pop |
( |
std::chrono::milliseconds |
d | ) |
|
|
inline |
◆ push() [1/2]
◆ push() [2/2]
The documentation for this class was generated from the following file:
- client/include/webcface/internal/queue.h