LeviLamina
Loading...
Searching...
No Matches
ByteBufferWriter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/rtc/BufferT.h"
7#include "mc/external/rtc/ByteBufferWriterT.h"
8
9namespace rtc {
10
11class ByteBufferWriter : public ::rtc::ByteBufferWriterT<::rtc::BufferT<uchar, 0>> {
12public:
13 // member functions
14 // NOLINTBEGIN
15 MCAPI ByteBufferWriter();
16
17 MCAPI ByteBufferWriter(uchar const*, uint64);
18
19 MCAPI ~ByteBufferWriter();
20 // NOLINTEND
21
22public:
23 // constructor thunks
24 // NOLINTBEGIN
25 MCAPI void* $ctor();
26
27 MCAPI void* $ctor(uchar const*, uint64);
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCAPI void $dtor();
34 // NOLINTEND
35};
36
37} // namespace rtc
Definition ByteBufferWriterT.h:8
Definition ByteBufferWriter.h:11