LeviLamina
Loading...
Searching...
No Matches
InterfaceAddress.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/rtc/IPAddress.h"
7
8namespace rtc {
9
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 0
27 virtual ~InterfaceAddress() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ::std::string ToString() const;
34
35 MCAPI ::rtc::InterfaceAddress const& operator=(::rtc::InterfaceAddress const&);
36
37 MCAPI bool operator==(::rtc::InterfaceAddress const&) const;
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCAPI static void** $vftable();
50 // NOLINTEND
51};
52
53} // namespace rtc
Definition IPAddress.h:7
Definition InterfaceAddress.h:10
Definition Alias.h:14