WPILibC++  2018.4.1-1228-gb9fa3a4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
wpi::uv::NetworkStreamImpl< T, U > Member List

This is the complete list of members for wpi::uv::NetworkStreamImpl< T, U >, including all inherited members.

Accept()wpi::uv::NetworkStreaminline
Accept(const std::shared_ptr< NetworkStream > &client)wpi::uv::NetworkStreaminline
AllocBuf(uv_handle_t *handle, size_t size, uv_buf_t *buf) (defined in wpi::uv::Handle)wpi::uv::Handleprotectedstatic
Close() noexceptwpi::uv::Handle
closedwpi::uv::Handle
connectionwpi::uv::NetworkStream
datawpi::uv::Stream
DefaultFreeBuf(Buffer &buf) (defined in wpi::uv::Handle)wpi::uv::Handleprotectedstatic
DoAccept()=0 (defined in wpi::uv::NetworkStream)wpi::uv::NetworkStreamprotectedpure virtual
endwpi::uv::Stream
errorwpi::uv::Handle
FreeBuf(Buffer &buf) const noexceptwpi::uv::Handleinline
GetData() const wpi::uv::Handleinline
GetLoop() const noexceptwpi::uv::Handleinline
GetLoopRef() const noexceptwpi::uv::Handleinline
GetRaw() const noexceptwpi::uv::NetworkStreamImpl< T, U >inline
GetRawHandle() const noexceptwpi::uv::Handleinline
GetRawStream() const noexceptwpi::uv::Streaminline
GetType() const noexceptwpi::uv::Handleinline
GetTypeName() const noexceptwpi::uv::Handleinline
GetWriteQueueSize() const noexceptwpi::uv::Streaminline
Handle(const Handle &)=delete (defined in wpi::uv::Handle)wpi::uv::Handle
Handle(Handle &&)=delete (defined in wpi::uv::Handle)wpi::uv::Handle
Handle(uv_handle_t *uv_handle) (defined in wpi::uv::Handle)wpi::uv::Handleinlineexplicitprotected
HasReference() const noexceptwpi::uv::Handleinline
Invoke(F &&f, Args &&...args) (defined in wpi::uv::Handle)wpi::uv::Handleinlineprotected
IsActive() const noexceptwpi::uv::Handleinline
IsClosing() const noexceptwpi::uv::Handleinline
IsReadable() const noexceptwpi::uv::Streaminline
IsWritable() const noexceptwpi::uv::Streaminline
kDefaultBacklog (defined in wpi::uv::NetworkStream)wpi::uv::NetworkStreamstatic
Keep() noexcept (defined in wpi::uv::Handle)wpi::uv::Handleinlineprotected
Listen(int backlog=kDefaultBacklog)wpi::uv::NetworkStream
Listen(std::function< void()> callback, int backlog=kDefaultBacklog)wpi::uv::NetworkStream
NetworkStream(uv_stream_t *uv_stream) (defined in wpi::uv::NetworkStream)wpi::uv::NetworkStreaminlineexplicitprotected
NetworkStreamImpl() (defined in wpi::uv::NetworkStreamImpl< T, U >)wpi::uv::NetworkStreamImpl< T, U >inlineprotected
operator=(const Handle &)=delete (defined in wpi::uv::Handle)wpi::uv::Handle
operator=(Handle &&)=delete (defined in wpi::uv::Handle)wpi::uv::Handle
RawSize() const noexceptwpi::uv::Handleinline
Reference() noexceptwpi::uv::Handleinline
Release() noexcept (defined in wpi::uv::Handle)wpi::uv::Handleinlineprotected
ReportError(int err)wpi::uv::Handleinline
SetBlocking(bool enable) noexceptwpi::uv::Streaminline
SetBufferAllocator(std::function< Buffer(size_t)> alloc, std::function< void(Buffer &)> dealloc)wpi::uv::Handleinline
SetData(std::shared_ptr< void > data)wpi::uv::Handleinline
shared_from_this() (defined in wpi::uv::NetworkStreamImpl< T, U >)wpi::uv::NetworkStreamImpl< T, U >inline
shared_from_this() const (defined in wpi::uv::NetworkStreamImpl< T, U >)wpi::uv::NetworkStreamImpl< T, U >inline
Shutdown(const std::shared_ptr< ShutdownReq > &req)wpi::uv::Stream
Shutdown(std::function< void()> callback=nullptr)wpi::uv::Stream
StartRead()wpi::uv::Stream
StopRead()wpi::uv::Streaminline
Stream(uv_stream_t *uv_stream) (defined in wpi::uv::Stream)wpi::uv::Streaminlineexplicitprotected
TryWrite(ArrayRef< Buffer > bufs)wpi::uv::Stream
Type typedef (defined in wpi::uv::Handle)wpi::uv::Handle
Unreference() noexceptwpi::uv::Handleinline
Write(ArrayRef< Buffer > bufs, const std::shared_ptr< WriteReq > &req)wpi::uv::Stream
Write(ArrayRef< Buffer > bufs, std::function< void(MutableArrayRef< Buffer >, Error)> callback)wpi::uv::Stream
~Handle() noexcept (defined in wpi::uv::Handle)wpi::uv::Handlevirtual