LeviLamina
Loading...
Searching...
No Matches
SignalingServiceConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // SignalingServiceConfig inner types declare
8 // clang-format off
9 struct Token;
10 // clang-format on
11
12 // SignalingServiceConfig inner types define
13 struct Token : public ::std::string {
14 public:
15 // member functions
16 // NOLINTBEGIN
17 MCNAPI ~Token();
18 // NOLINTEND
19
20 public:
21 // destructor thunk
22 // NOLINTBEGIN
23 MCNAPI void $dtor();
24 // NOLINTEND
25 };
26
27public:
28 // member variables
29 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
39
40public:
41 // member functions
42 // NOLINTBEGIN
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
Definition SignalingServiceConfig.h:5
Definition SignalingServiceConfig.h:13
Definition Alias.h:14