LeviLamina
Loading...
Searching...
No Matches
MemoryStream.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/memory/MemoryStreamBuffer.h"
7
8struct MemoryStream : public ::MemoryStreamBuffer, public virtual ::std::ios, public ::std::istream {
9#ifdef LL_PLAT_S
10#else // LL_PLAT_C
11public:
12 // prevent constructor by default
13 MemoryStream();
14
15#endif
16public:
17 // member functions
18 // NOLINTBEGIN
19#ifdef LL_PLAT_C
20 MCNAPI MemoryStream(char const* base, uint64 size);
21#endif
22 // NOLINTEND
23
24public:
25 // constructor thunks
26 // NOLINTBEGIN
27#ifdef LL_PLAT_C
28 MCNAPI void* $ctor(char const* base, uint64 size);
29#endif
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftableForMemoryStreamBuffer();
36
37 MCNAPI static void** $vftableForBasicIstream();
38 // NOLINTEND
39};
static MCAPI void ** $vftableForBasicIstream()
static MCAPI void ** $vftableForMemoryStreamBuffer()