NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::channel< T > 成员列表

成员的完整列表,这些成员属于 neforce::channel< T >,包括所有继承而来的类成员

capacity_maxneforce::channel< T >static
channel(size_t capacity=capacity_max)neforce::channel< T >inlineexplicit
close()neforce::channel< T >inline
empty() const noexceptneforce::channel< T >inline
is_closed() const noexceptneforce::channel< T >inline
read(T &out)neforce::channel< T >inline
size() const noexceptneforce::channel< T >inline
try_read(T &out)neforce::channel< T >inline
try_write(T value)neforce::channel< T >inline
write(T value)neforce::channel< T >inline