LeviLamina
Loading...
Searching...
No Matches
Socket.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
rtc {
6
7
struct
Socket
{
8
public
:
9
// Socket inner types declare
10
// clang-format off
11
struct
ReceiveBuffer
;
12
// clang-format on
13
14
// Socket inner types define
15
enum class
ConnState : uint {};
16
17
enum class
Option
: uint {};
18
19
struct
ReceiveBuffer
{};
20
};
21
22
}
// namespace rtc
Option
Definition
Option.h:5
rtc::Socket::ReceiveBuffer
Definition
Socket.h:19
rtc::Socket
Definition
Socket.h:7
src-client
mc
external
rtc
Socket.h
Generated on Fri Dec 12 2025 16:34:22 for LeviLamina by
1.12.0