LeviLamina
Loading...
Searching...
No Matches
StringByteOutput.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/BytesDataOutput.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 8, ::std::string&> mBuffer;
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 StringByteOutput& operator=(StringByteOutput const&);
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 9
25 virtual void writeBytes(void const* data, uint64 bytes) /*override*/;
26
27 // vIndex: 0
28 virtual ~StringByteOutput() /*override*/;
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCFOLD void $dtor();
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI void $writeBytes(void const* data, uint64 bytes);
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
Definition BytesDataOutput.h:8
Definition StringByteOutput.h:8
static MCAPI void ** $vftable()