gwnavruntime/navgraph/edgedata.h Source File

edgedata.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 /* For internal use. */
17 class GraphEdgeData
18 {
19  KY_DEFINE_NEW_DELETE_OPERATORS(MemStat_NavData)
20 public:
21  GraphEdgeData() { Clear(); }
22  KY_INLINE void Clear() { }
23 
24 };
25 
26 } // namespace Kaim
27 
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:132
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17