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 MCNAPI ::std::string ToString() const;
34
35 MCNAPI ::rtc::InterfaceAddress const& operator=(::rtc::InterfaceAddress const&);
36
37 MCNAPI bool operator==(::rtc::InterfaceAddress const&) const;
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
46
47} // namespace rtc
Definition IPAddress.h:7
Definition InterfaceAddress.h:10
MCAPI::std::string ToString() const
static MCAPI void ** $vftable()
MCAPI bool operator==(::rtc::InterfaceAddress const &) const
MCAPI::rtc::InterfaceAddress const & operator=(::rtc::InterfaceAddress const &)
Definition Alias.h:14