gwnavruntime/visualdebug/messages/servermemorylimitblob.h Source File

servermemorylimitblob.h
Go to the documentation of this file.
1 /*
2 * Copyright 2016 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form, or which is signed by you and accepted by Autodesk.
5 */
6 
7 
8 #pragma once
9 
12 
13 namespace Kaim
14 {
15 
16 
17  class ServerMemoryLimitBlob
18  {
19  KY_ROOT_BLOB_CLASS(VisualDebugMessage, ServerMemoryLimitBlob, 0)
20  public:
21 
22  ServerMemoryLimitBlob() : m_memoryLimit(0) {}
23 
24  KyUInt32 m_memoryLimit;
25  };
26 
27  inline void SwapEndianness(Endianness::Target e, ServerMemoryLimitBlob& self)
28  {
29  SwapEndianness(e, self.m_memoryLimit);
30  }
31 
32 } // namespace Kaim
33 
34 
std::uint32_t KyUInt32
uint32_t
Definition: types.h:29
Target
Enumerates the possible endianness types relative to the current platform.
Definition: endianness.h:27
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17