CoreComponents 3.0.0
A Modern C++ Toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Modules
Channel< T > Member List

This is the complete list of members for Channel< T >, including all inherited members.

begin()Channel< T >
Channel()=defaultChannel< T >
close()Channel< T >
count() constChannel< T >
emplaceBack(Args... args)Channel< T >
emplaceExclusive(Args... args)Channel< T >
emplaceFront(Args... args)Channel< T >
end()Channel< T >
Item typedefChannel< 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 >