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
virtual
~StreamInterface();
27
28
virtual ::rtc::StreamState GetState()
const
= 0;
29
30
virtual ::rtc::StreamResult Read(
::rtc::ArrayView<uchar>
, uint64&,
int
&) = 0;
31
32
virtual ::rtc::StreamResult Write(
::rtc::ArrayView<uchar const>
, uint64&,
int
&) = 0;
33
34
virtual
void
Close() = 0;
35
36
virtual
bool
Flush();
37
// NOLINTEND
38
39
public
:
40
// member functions
41
// NOLINTBEGIN
42
MCNAPI
StreamInterface
();
43
44
MCNAPI ::rtc::StreamResult
WriteAll
(
void
const
* data, uint64 data_len, uint64* written,
int
* error);
45
// NOLINTEND
46
47
public
:
48
// constructor thunks
49
// NOLINTBEGIN
50
MCNAPI
void
*
$ctor
();
51
// NOLINTEND
52
53
public
:
54
// destructor thunk
55
// NOLINTBEGIN
56
MCNAPI
void
$dtor
();
57
// NOLINTEND
58
59
public
:
60
// virtual function thunks
61
// NOLINTBEGIN
62
MCNAPI
bool
$Flush
();
63
64
65
// NOLINTEND
66
67
public
:
68
// vftables
69
// NOLINTBEGIN
70
MCNAPI
static
void
**
$vftable
();
71
// NOLINTEND
72
};
73
74
}
// namespace rtc
rtc::ArrayView
Definition
_HeaderOutputPredefine.h:309
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()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
rtc
StreamInterface.h
Generated on
for LeviLamina by
1.16.1