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 {
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 virtual ~MemoryStream() /*override*/ = default;
13 // NOLINTEND
14
15public:
16 // member functions
17 // NOLINTBEGIN
18
19 // NOLINTEND
20
21public:
22 // constructor thunks
23 // NOLINTBEGIN
24 MCNAPI_C void* $ctor(char const* base, uint64 size);
25 // NOLINTEND
26
27public:
28 // vftables
29 // NOLINTBEGIN
30 MCNAPI static void** $vftableForMemoryStreamBuffer();
31
32 MCNAPI static void** $vftableForBasicIstream();
33 // NOLINTEND
34};
Definition MemoryStream.h:8
static MCAPI void ** $vftableForBasicIstream()
static MCAPI void ** $vftableForMemoryStreamBuffer()