C++ Channel
Loading...
Searching...
No Matches
msd::channel< T, Storage > Member List

This is the complete list of members for msd::channel< T, Storage >, including all inherited members.

begin() noexceptmsd::channel< T, Storage >inline
channel()msd::channel< T, Storage >inline
channel()msd::channel< T, Storage >inline
channel(const size_type capacity)msd::channel< T, Storage >inlineexplicit
channel(const channel &)=delete (defined in msd::channel< T, Storage >)msd::channel< T, Storage >
channel(channel &&)=delete (defined in msd::channel< T, Storage >)msd::channel< T, Storage >
close() noexceptmsd::channel< T, Storage >inline
closed() const noexceptmsd::channel< T, Storage >inline
drained() noexceptmsd::channel< T, Storage >inline
empty() const noexceptmsd::channel< T, Storage >inline
end() noexceptmsd::channel< T, Storage >inline
iterator typedefmsd::channel< T, Storage >
operator<<msd::channel< T, Storage >friend
operator=(const channel &)=delete (defined in msd::channel< T, Storage >)msd::channel< T, Storage >
operator=(channel &&)=delete (defined in msd::channel< T, Storage >)msd::channel< T, Storage >
operator>>msd::channel< T, Storage >friend
read(T &out)msd::channel< T, Storage >inline
size() const noexceptmsd::channel< T, Storage >inline
size_type typedefmsd::channel< T, Storage >
value_type typedefmsd::channel< T, Storage >
write(Type &&value)msd::channel< T, Storage >inline
~channel()=default (defined in msd::channel< T, Storage >)msd::channel< T, Storage >virtual