NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
pipe 成员列表

成员的完整列表,这些成员属于 pipe,包括所有继承而来的类成员

close() noexceptpipe
close_read() noexceptpipe
close_write() noexceptpipe
detach_read_handle() noexceptpipe
detach_write_handle() noexceptpipe
is_valid() const noexceptpipe
native_read_handle() const noexceptpipeinline
native_write_handle() const noexceptpipeinline
operator=(pipe &&other) noexceptpipe
pipe() noexceptpipeinline
pipe(bool inheritable)pipeexplicit
pipe(pipe &&other) noexceptpipe
read(void *buffer, size_t size) noexceptpipe
read_available()pipe
write(const void *data, size_t size) noexceptpipe
~pipe()pipe