LeviLamina
Loading...
Searching...
No Matches
IceCredentialsIterator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cricket { struct IceParameters; }
8// clang-format on
9
10namespace cricket {
11
12class IceCredentialsIterator {
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 IceCredentialsIterator& operator=(IceCredentialsIterator const&);
22 IceCredentialsIterator(IceCredentialsIterator const&);
23 IceCredentialsIterator();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~IceCredentialsIterator();
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI ::cricket::IceParameters GetIceCredentials();
35
36 MCNAPI explicit IceCredentialsIterator(::std::vector<::cricket::IceParameters> const& pooled_credentials);
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCNAPI static ::cricket::IceParameters CreateRandomIceCredentials();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCNAPI void* $ctor(::std::vector<::cricket::IceParameters> const& pooled_credentials);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
63
64} // namespace cricket
MCAPI void * $ctor(::std::vector<::cricket::IceParameters > const &pooled_credentials)
static MCAPI void ** $vftable()
MCAPI::cricket::IceParameters GetIceCredentials()
static MCAPI ::cricket::IceParameters CreateRandomIceCredentials()
MCAPI IceCredentialsIterator(::std::vector<::cricket::IceParameters > const &pooled_credentials)
Definition IceParameters.h:12
Definition Alias.h:14