LeviLamina
Loading...
Searching...
No Matches
Rackspace.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace RakNet {
6
7class Rackspace {
8public:
9 // Rackspace inner types declare
10 // clang-format off
11 struct RackspaceOperation;
12 // clang-format on
13
14 // Rackspace inner types define
16 public:
17 // member variables
18 // NOLINTBEGIN
26 // NOLINTEND
27
28 public:
29 // prevent constructor by default
30 RackspaceOperation& operator=(RackspaceOperation const&);
33 };
34
35public:
36 // member variables
37 // NOLINTBEGIN
54 // NOLINTEND
55
56public:
57 // prevent constructor by default
58 Rackspace& operator=(Rackspace const&);
59 Rackspace(Rackspace const&);
60 Rackspace();
61};
62
63} // namespace RakNet
Definition Rackspace.h:7
Definition Rackspace.h:15
Definition Alias.h:14