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
10class InterfaceAddress : public ::rtc::IPAddress {
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 InterfaceAddress(InterfaceAddress const&);
21 InterfaceAddress();
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~InterfaceAddress() /*override*/;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI ::std::string ToString() const;
33
34 MCNAPI ::rtc::InterfaceAddress const& operator=(::rtc::InterfaceAddress const& other);
35
36 MCNAPI bool operator==(::rtc::InterfaceAddress const& other) const;
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI void $dtor();
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
51
52} // 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