成员的完整列表,这些成员属于 Channel< T >,包括所有继承而来的类成员
Channel(std::size_t buff_size=0) | Channel< T > | inline |
Channel(const Channel< T > &)=delete (定义于 Channel< T >) | Channel< T > | |
Channel(Channel< T > &&)=delete (定义于 Channel< T >) | Channel< T > | |
close() | Channel< T > | inline |
open() | Channel< T > | inline |
operator<< | Channel< T > | friend |
operator<< (定义于 Channel< T >) | Channel< T > | friend |
operator=(const Channel< T > &)=delete (定义于 Channel< T >) | Channel< T > | |
operator=(Channel< T > &&)=delete (定义于 Channel< T >) | Channel< T > | |
operator>> | Channel< T > | friend |
operator>> | Channel< T > | friend |
setPolicy(OverflowPolicy policy) | Channel< T > | inline |