WPILibC++ 2023.4.3-108-ge5452e3
GetAddrInfo.h File Reference
#include <uv.h>
#include <functional>
#include <memory>
#include <string_view>
#include <utility>
#include <wpi/Signal.h>
#include "wpinet/uv/Request.h"

Go to the source code of this file.

Classes

class  wpi::uv::GetAddrInfoReq
 GetAddrInfo request. More...
 

Namespaces

namespace  wpi
 
namespace  wpi::uv
 

Functions

void wpi::uv::GetAddrInfo (Loop &loop, const std::shared_ptr< GetAddrInfoReq > &req, std::string_view node, std::string_view service={}, const addrinfo *hints=nullptr)
 Asynchronous getaddrinfo(3). More...
 
void wpi::uv::GetAddrInfo (const std::shared_ptr< Loop > &loop, const std::shared_ptr< GetAddrInfoReq > &req, std::string_view node, std::string_view service={}, const addrinfo *hints=nullptr)
 Asynchronous getaddrinfo(3). More...
 
void wpi::uv::GetAddrInfo (Loop &loop, std::function< void(const addrinfo &)> callback, std::string_view node, std::string_view service={}, const addrinfo *hints=nullptr)
 Asynchronous getaddrinfo(3). More...
 
void wpi::uv::GetAddrInfo (const std::shared_ptr< Loop > &loop, std::function< void(const addrinfo &)> callback, std::string_view node, std::string_view service={}, const addrinfo *hints=nullptr)
 Asynchronous getaddrinfo(3). More...