#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 152 of file telegram.hpp.
|
noexcept |
Definition at line 167 of file telegram.hpp.
|
noexcept |
Definition at line 191 of file telegram.hpp.
|
noexcept |
Definition at line 181 of file telegram.hpp.
|
noexcept |
Definition at line 174 of file telegram.hpp.
|
private |
Definition at line 162 of file telegram.hpp.
|
mutableprivate |
Definition at line 163 of file telegram.hpp.
|
private |
Definition at line 161 of file telegram.hpp.