gwnavruntime/base/guidcompoundblobbuilder.h Source File
Go to the documentation of this file.
9 #ifndef GwNavGen_GuidCompoundBlobBuilder_H
10 #define GwNavGen_GuidCompoundBlobBuilder_H
34 class GuidCompoundBlobBuilder :
public BaseBlobBuilder<GuidCompound>
37 GuidCompoundBlobBuilder(
const KyGuid* guids,
KyUInt32 guidsCount,
KyUInt32 timeStamp) :
38 m_guids(guids), m_guidsCount(guidsCount), m_timeStamp(timeStamp) {}
41 virtual void DoBuild();
43 const KyGuid* m_guids;
Definition: gamekitcrowddispersion.h:20
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36