![]() |
WPILibC++ 2025.3.2
|
Pipe connection request. More...
#include <wpinet/uv/Pipe.h>
Public Member Functions | |
| Pipe & | GetStream () const |
Public Member Functions inherited from wpi::uv::ConnectReq | |
| ConnectReq () | |
| NetworkStream & | GetStream () const |
Public Member Functions inherited from wpi::uv::RequestImpl< ConnectReq, uv_connect_t > | |
| std::shared_ptr< ConnectReq > | shared_from_this () |
| std::shared_ptr< const ConnectReq > | shared_from_this () const |
| uv_connect_t * | GetRaw () noexcept |
| Get the underlying request data structure. | |
| const uv_connect_t * | GetRaw () const noexcept |
| Get the underlying request data structure. | |
Public Member Functions inherited from wpi::uv::Request | |
| Request (const Request &)=delete | |
| Request (Request &&)=delete | |
| Request & | operator= (const Request &)=delete |
| Request & | operator= (Request &&)=delete |
| virtual | ~Request () noexcept=default |
| Type | GetType () const noexcept |
| Get the type of the request. | |
| const char * | GetTypeName () const noexcept |
| Get the name of the type of the request. | |
| bool | Cancel () |
| Cancel a pending request. | |
| size_t | RawSize () const noexcept |
| Return the size of the underlying request type. | |
| uv_req_t * | GetRawReq () noexcept |
| Get the underlying request data structure. | |
| const uv_req_t * | GetRawReq () const noexcept |
| Get the underlying request data structure. | |
| virtual void | Keep () noexcept |
| Keep this request in memory even if no outside shared_ptr references remain. | |
| virtual std::shared_ptr< Request > | Release () noexcept |
| No longer force holding this request in memory. | |
| void | ReportError (int err) |
| Report an error. | |
Additional Inherited Members | |
Public Types inherited from wpi::uv::Request | |
| using | Type = uv_req_type |
Public Attributes inherited from wpi::uv::ConnectReq | |
| sig::Signal | connected |
| Connection completed signal. | |
Public Attributes inherited from wpi::uv::Request | |
| std::function< void(Error)> | error |
| Error callback. | |
Protected Member Functions inherited from wpi::uv::RequestImpl< ConnectReq, uv_connect_t > | |
| RequestImpl () | |
| Constructor. | |
Protected Member Functions inherited from wpi::uv::Request | |
| Request (uv_req_t *uv_req) | |
| Constructor. | |
Pipe connection request.
|
inline |