|
DnsCache & | operator= (DnsCache const &) |
|
| DnsCache (DnsCache const &) |
|
MCAPI void | Add (::std::string_view hostname, int family, ::std::vector<::rtc::IPAddress > const &result, ::std::chrono::steady_clock::time_point expiration) |
|
MCAPI bool | TryGet (::std::string_view hostname, int family, ::std::vector<::rtc::IPAddress > *outResult) |
|
◆ Add()
MCAPI void NetherNet::DnsCache::Add |
( |
::std::string_view | hostname, |
|
|
int | family, |
|
|
::std::vector<::rtc::IPAddress > const & | result, |
|
|
::std::chrono::steady_clock::time_point | expiration ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ TryGet()
MCAPI bool NetherNet::DnsCache::TryGet |
( |
::std::string_view | hostname, |
|
|
int | family, |
|
|
::std::vector<::rtc::IPAddress > * | outResult ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: