LeviLamina
Loading...
Searching...
No Matches
ConnectionInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cricket {
6
8public:
9 // member variables
10 // NOLINTBEGIN
40 // NOLINTEND
41
42public:
43 // prevent constructor by default
44 ConnectionInfo& operator=(ConnectionInfo const&);
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCAPI ConnectionInfo();
50
52
53 MCAPI ~ConnectionInfo();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor();
60
61 MCAPI void* $ctor(::cricket::ConnectionInfo const&);
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCAPI void $dtor();
68 // NOLINTEND
69};
70
71} // namespace cricket
Definition ConnectionInfo.h:7
Definition Alias.h:14