| begin() noexcept | msd::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() noexcept | msd::channel< T, Storage > | inline |
| closed() const noexcept | msd::channel< T, Storage > | inline |
| drained() noexcept | msd::channel< T, Storage > | inline |
| empty() const noexcept | msd::channel< T, Storage > | inline |
| end() noexcept | msd::channel< T, Storage > | inline |
| iterator typedef | msd::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 noexcept | msd::channel< T, Storage > | inline |
| size_type typedef | msd::channel< T, Storage > | |
| value_type typedef | msd::channel< T, Storage > | |
| write(Type &&value) | msd::channel< T, Storage > | inline |
| ~channel()=default (defined in msd::channel< T, Storage >) | msd::channel< T, Storage > | virtual |