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*/;
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& other);
36
37 MCNAPI bool operator==(::rtc::InterfaceAddress const& other) const;
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
52
53} // 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 &other) const
MCAPI::rtc::InterfaceAddress const & operator=(::rtc::InterfaceAddress const &other)
Definition Alias.h:14