LeviLamina
Loading...
Searching...
No Matches
StunDictionaryView.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/cricket/StunAttributeValueType.h"
7#include "mc/external/webrtc/RTCErrorOr.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cricket { class StunAttribute; }
12namespace cricket { class StunByteStringAttribute; }
13namespace cricket { class StunUInt64Attribute; }
14// clang-format on
15
16namespace cricket {
17
19public:
20 // member variables
21 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 StunDictionaryView& operator=(StunDictionaryView const&);
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCNAPI ::webrtc::RTCErrorOr<::std::pair<::std::unique_ptr<::cricket::StunUInt64Attribute>, ::std::vector<ushort>>>
38
39 MCNAPI uint64 GetLength(int key) const;
40
41 MCNAPI ::cricket::StunAttribute const*
42 GetOrNull(int key, ::std::optional<::cricket::StunAttributeValueType> type) const;
43
45
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCNAPI static ::webrtc::RTCErrorOr<::std::pair<uint64, ::std::deque<::std::unique_ptr<::cricket::StunAttribute>>>>
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCNAPI void* $ctor();
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCNAPI void $dtor();
66 // NOLINTEND
67};
68
69} // namespace cricket
Definition StunByteStringAttribute.h:17
Definition StunDictionaryView.h:18
MCAPI::cricket::StunAttribute const * GetOrNull(int key, ::std::optional<::cricket::StunAttributeValueType > type) const
MCAPI ::webrtc::RTCErrorOr<::std::pair<::std::unique_ptr<::cricket::StunUInt64Attribute >, ::std::vector< ushort > > > ApplyDelta(::cricket::StunByteStringAttribute const &delta)
static MCAPI ::webrtc::RTCErrorOr<::std::pair< uint64, ::std::deque<::std::unique_ptr<::cricket::StunAttribute > > > > ParseDelta(::cricket::StunByteStringAttribute const &delta)
MCAPI uint64 GetLength(int key) const
Definition Alias.h:14