|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 pipe,包括所有继承而来的类成员
| close() noexcept | pipe | |
| close_read() noexcept | pipe | |
| close_write() noexcept | pipe | |
| detach_read_handle() noexcept | pipe | |
| detach_write_handle() noexcept | pipe | |
| is_valid() const noexcept | pipe | |
| native_read_handle() const noexcept | pipe | inline |
| native_write_handle() const noexcept | pipe | inline |
| operator=(pipe &&other) noexcept | pipe | |
| pipe() noexcept | pipe | inline |
| pipe(bool inheritable) | pipe | explicit |
| pipe(pipe &&other) noexcept | pipe | |
| read(void *buffer, size_t size) noexcept | pipe | |
| read_available() | pipe | |
| write(const void *data, size_t size) noexcept | pipe | |
| ~pipe() | pipe |