LeviLamina
Loading...
Searching...
No Matches
MdnsResponderInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
rtc {
class
IPAddress; }
8
// clang-format on
9
10
namespace
webrtc {
11
12
class
MdnsResponderInterface
{
13
public
:
14
// virtual functions
15
// NOLINTBEGIN
16
// vIndex: 0
17
virtual
~MdnsResponderInterface
() =
default
;
18
19
// vIndex: 1
20
virtual
void
21
CreateNameForAddress(
::rtc::IPAddress
const
&, ::std::function<
void
(
::rtc::IPAddress
const
&, ::std::string_view)>) = 0;
22
23
// vIndex: 2
24
virtual
void
RemoveNameForAddress(
::rtc::IPAddress
const
&, ::std::function<
void
(
bool
)>) = 0;
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
39
40
}
// namespace webrtc
rtc::IPAddress
Definition
IPAddress.h:7
webrtc::MdnsResponderInterface
Definition
MdnsResponderInterface.h:12
src
mc
external
webrtc
MdnsResponderInterface.h
Generated on Sat Apr 26 2025 05:55:43 for LeviLamina by
1.12.0