|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for Channel< T >, including all inherited members.
| begin() | Channel< T > | |
| Channel()=default | Channel< T > | |
| close() | Channel< T > | |
| count() const | Channel< T > | |
| emplaceBack(Args... args) | Channel< T > | |
| emplaceExclusive(Args... args) | Channel< T > | |
| emplaceFront(Args... args) | Channel< T > | |
| end() | Channel< T > | |
| Item typedef | Channel< T > | |
| operator<<(const Item &item) | Channel< T > | |
| operator>>(Item &item) | Channel< T > | |
| popBack(Out< T > item=None{}) | Channel< T > | |
| popBackBefore(double time, Out< T > item=None{}) | Channel< T > | |
| popFront(Out< T > item=None{}) | Channel< T > | |
| popFrontBefore(double time, Out< T > item=None{}) | Channel< T > | |
| pushBack(const T &item) | Channel< T > | |
| pushExclusive(const T &item) | Channel< T > | |
| pushFront(const T &item) | Channel< T > | |
| read(Out< T > item) | Channel< T > | |
| shutdown() | Channel< T > | |
| wait() | Channel< T > | |
| waitUntil(double time) | Channel< T > | |
| write(const T &item) | Channel< T > |