LeviLamina
Loading...
Searching...
No Matches
NetworkAddress.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
NetworkAddress
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<8, 32, ::std::string> host;
10
::ll::TypedStorage<2, 2, ushort> port;
11
// NOLINTEND
12
13
public
:
14
// prevent constructor by default
15
NetworkAddress
(
NetworkAddress
const
&);
16
NetworkAddress
();
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCNAPI ::NetworkAddress&
operator=
(
::NetworkAddress
const
&);
22
23
MCNAPI
~NetworkAddress
();
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
MCNAPI
void
$dtor
();
30
// NOLINTEND
31
};
NetworkAddress
Definition
NetworkAddress.h:5
NetworkAddress::operator=
MCAPI::NetworkAddress & operator=(::NetworkAddress const &)
NetworkAddress::$dtor
MCAPI void $dtor()
NetworkAddress::~NetworkAddress
MCAPI ~NetworkAddress()
src
mc
network
NetworkAddress.h
Generated on Fri Jun 13 2025 05:04:42 for LeviLamina by
1.12.0