WPILibC++ 2023.4.3-108-ge5452e3
|
This is the complete list of members for wpi::uv::Poll, including all inherited members.
AllocBuf(uv_handle_t *handle, size_t size, uv_buf_t *buf) | wpi::uv::Handle | protectedstatic |
Close() noexcept | wpi::uv::Handle | |
closed | wpi::uv::Handle | |
Create(Loop &loop, int fd) | wpi::uv::Poll | static |
Create(const std::shared_ptr< Loop > &loop, int fd) | wpi::uv::Poll | inlinestatic |
CreateSocket(Loop &loop, uv_os_sock_t sock) | wpi::uv::Poll | static |
CreateSocket(const std::shared_ptr< Loop > &loop, uv_os_sock_t sock) | wpi::uv::Poll | inlinestatic |
DefaultFreeBuf(Buffer &buf) | wpi::uv::Handle | protectedstatic |
error | wpi::uv::Handle | |
ForceClosed() noexcept | wpi::uv::Handle | inlineprotected |
FreeBuf(Buffer &buf) const noexcept | wpi::uv::Handle | inline |
GetData() const | wpi::uv::Handle | inline |
GetLoop() const noexcept | wpi::uv::Handle | inline |
GetLoopRef() const noexcept | wpi::uv::Handle | inline |
GetRaw() const noexcept | wpi::uv::HandleImpl< Poll, uv_poll_t > | inline |
GetRawHandle() const noexcept | wpi::uv::Handle | inline |
GetType() const noexcept | wpi::uv::Handle | inline |
GetTypeName() const noexcept | wpi::uv::Handle | inline |
Handle(const Handle &)=delete | wpi::uv::Handle | |
Handle(Handle &&)=delete | wpi::uv::Handle | |
Handle(uv_handle_t *uv_handle) | wpi::uv::Handle | inlineexplicitprotected |
HandleImpl() | wpi::uv::HandleImpl< Poll, uv_poll_t > | inlineprotected |
HasReference() const noexcept | wpi::uv::Handle | inline |
Invoke(F &&f, Args &&... args) const | wpi::uv::Handle | inlineprotected |
IsActive() const noexcept | wpi::uv::Handle | inline |
IsClosing() const noexcept | wpi::uv::Handle | inline |
IsLoopClosing() const noexcept | wpi::uv::Handle | inline |
Keep() noexcept | wpi::uv::Handle | inlineprotected |
operator=(const Handle &)=delete | wpi::uv::Handle | |
operator=(Handle &&)=delete | wpi::uv::Handle | |
Poll(const private_init &) | wpi::uv::Poll | inlineexplicit |
pollEvent | wpi::uv::Poll | |
RawSize() const noexcept | wpi::uv::Handle | inline |
Reference() noexcept | wpi::uv::Handle | inline |
Release() noexcept | wpi::uv::Handle | inlineprotected |
ReportError(int err) const | wpi::uv::Handle | inline |
Reuse(int fd, std::function< void()> callback) | wpi::uv::Poll | |
ReuseSocket(uv_os_sock_t sock, std::function< void()> callback) | wpi::uv::Poll | |
SetBufferAllocator(std::function< Buffer(size_t)> alloc, std::function< void(Buffer &)> dealloc) | wpi::uv::Handle | inline |
SetData(std::shared_ptr< void > data) | wpi::uv::Handle | inline |
SetLoopClosing(bool loopClosing) noexcept | wpi::uv::Handle | inline |
shared_from_this() | wpi::uv::HandleImpl< Poll, uv_poll_t > | inline |
shared_from_this() const | wpi::uv::HandleImpl< Poll, uv_poll_t > | inline |
Start(int events) | wpi::uv::Poll | |
Stop() | wpi::uv::Poll | inline |
Type typedef | wpi::uv::Handle | |
Unreference() noexcept | wpi::uv::Handle | inline |
~Handle() noexcept | wpi::uv::Handle | virtual |
~Poll() noexcept override=default | wpi::uv::Poll |