#include <telegram.hpp>
Public Member Functions | |
bool | empty () const noexcept |
void | pop (T &output) noexcept |
void | push (const T &input) noexcept |
size_t | size () const noexcept |
Private Attributes | |
std::condition_variable | cond_ |
std::mutex | mtx_ |
std::queue< T > | queue_ |
Definition at line 157 of file telegram.hpp.
|
noexcept |
Definition at line 172 of file telegram.hpp.
|
noexcept |
Definition at line 196 of file telegram.hpp.
|
noexcept |
Definition at line 186 of file telegram.hpp.
|
noexcept |
Definition at line 179 of file telegram.hpp.
|
private |
Definition at line 167 of file telegram.hpp.
|
mutableprivate |
Definition at line 168 of file telegram.hpp.
|
private |
Definition at line 166 of file telegram.hpp.