gwnavruntime/blob/iblobcategorybuilder.h Source File
Go to the documentation of this file.
10 #ifndef Navigation_IBlobCategoryBuilder_H
11 #define Navigation_IBlobCategoryBuilder_H
24 class IBlobCategoryBuilder
29 : m_nameSpaceEnum(nameSpaceEnum), m_categoryEnum(categoryEnum), m_blobTypeCount(blobTypeCount) {}
31 virtual ~IBlobCategoryBuilder() {}
33 KyResult BuildCategory(BlobCategory* category)
const;
36 virtual void Build(BlobCategory* category)
const = 0;
KyInt32 KyResult
Defines a type that can be returned by methods or functions in the Gameware Navigation SDK to indicat...
Definition: types.h:254
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36