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 functions
16 // NOLINTBEGIN
18
19 MCNAPI ::std::unique_ptr<::cricket::StunByteStringAttribute> CreateDelta();
20
21 MCNAPI void Disable();
22
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29 MCNAPI void $dtor();
30 // NOLINTEND
31};
32
33} // namespace cricket
Definition StunDictionaryWriter.h:13
MCAPI ::std::unique_ptr<::cricket::StunByteStringAttribute > CreateDelta()
MCAPI void ApplyDeltaAck(::cricket::StunUInt64Attribute const &)
Definition StunUInt64Attribute.h:17