LeviLamina
Loading...
Searching...
No Matches
StreamInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/rtc/StreamResult.h"
7
#include "mc/external/rtc/StreamState.h"
8
9
namespace
rtc {
10
11
class
StreamInterface
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::UntypedStorage<8, 48>
mUnk126000;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
StreamInterface
& operator=(
StreamInterface
const
&);
21
StreamInterface
(
StreamInterface
const
&);
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 0
27
virtual
~StreamInterface
();
28
29
// vIndex: 1
30
virtual ::rtc::StreamState GetState()
const
= 0;
31
32
// vIndex: 2
33
virtual ::rtc::StreamResult
Read
(
::rtc::ArrayView<uchar>
, uint64&,
int
&) = 0;
34
35
// vIndex: 3
36
virtual ::rtc::StreamResult
Write
(
::rtc::ArrayView<uchar const>
, uint64&,
int
&) = 0;
37
38
// vIndex: 4
39
virtual
void
Close() = 0;
40
41
// vIndex: 5
42
virtual
bool
Flush();
43
// NOLINTEND
44
45
public
:
46
// member functions
47
// NOLINTBEGIN
48
MCNAPI
StreamInterface
();
49
50
MCNAPI ::rtc::StreamResult
WriteAll
(
void
const
* data, uint64 data_len, uint64* written,
int
* error);
51
// NOLINTEND
52
53
public
:
54
// constructor thunks
55
// NOLINTBEGIN
56
MCNAPI
void
*
$ctor
();
57
// NOLINTEND
58
59
public
:
60
// destructor thunk
61
// NOLINTBEGIN
62
MCNAPI
void
$dtor
();
63
// NOLINTEND
64
65
public
:
66
// virtual function thunks
67
// NOLINTBEGIN
68
MCNAPI
bool
$Flush
();
69
// NOLINTEND
70
71
public
:
72
// vftables
73
// NOLINTBEGIN
74
MCNAPI
static
void
**
$vftable
();
75
// NOLINTEND
76
};
77
78
}
// namespace rtc
rtc::ArrayView
Definition
_HeaderOutputPredefine.h:260
rtc::StreamInterface
Definition
StreamInterface.h:11
rtc::StreamInterface::WriteAll
MCAPI::rtc::StreamResult WriteAll(void const *data, uint64 data_len, uint64 *written, int *error)
rtc::StreamInterface::StreamInterface
MCAPI StreamInterface()
rtc::StreamInterface::$dtor
MCAPI void $dtor()
rtc::StreamInterface::$Flush
MCAPI bool $Flush()
rtc::StreamInterface::$vftable
static MCAPI void ** $vftable()
rtc::StreamInterface::$ctor
MCAPI void * $ctor()
Read
Definition
Read.h:6
Write
Definition
Write.h:6
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
rtc
StreamInterface.h
Generated on Wed Aug 27 2025 11:39:52 for LeviLamina by
1.12.0