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 // virtual functions
18 // NOLINTBEGIN
19 virtual ~MemoryStream() /*override*/ = default;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25#ifdef LL_PLAT_C
26 MCNAPI MemoryStream(char const* base, uint64 size);
27#endif
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33#ifdef LL_PLAT_C
34 MCNAPI void* $ctor(char const* base, uint64 size);
35#endif
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftableForMemoryStreamBuffer();
42
43 MCNAPI static void** $vftableForBasicIstream();
44 // NOLINTEND
45};
static MCAPI void ** $vftableForBasicIstream()
static MCAPI void ** $vftableForMemoryStreamBuffer()