LeviLamina
Loading...
Searching...
No Matches
StunDictionaryWriter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cricket { class StunByteStringAttribute; }
8namespace cricket { class StunUInt64Attribute; }
9// clang-format on
10
11namespace cricket {
12
14public:
15 // member variables
16 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
35 MCNAPI ::std::unique_ptr<::cricket::StunByteStringAttribute> CreateDelta();
36
37 MCNAPI void Disable();
38
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47};
48
49} // namespace cricket
Definition StunDictionaryWriter.h:13
MCAPI ::std::unique_ptr<::cricket::StunByteStringAttribute > CreateDelta()
MCAPI void ApplyDeltaAck(::cricket::StunUInt64Attribute const &ack)
Definition StunUInt64Attribute.h:17
Definition Alias.h:14