gwnavgeneration/generator/navdataelementglobalmap.h Source File
Go to the documentation of this file.
9 #ifndef GwNavGen_GeneratorNavDataElementMap_H
10 #define GwNavGen_GeneratorNavDataElementMap_H
20 class GeneratorNavDataElement;
21 class GeneratorNavDataElementMap_Implementation;
22 class GeneratorGuidCompound;
29 class GeneratorNavDataElementMap
34 GeneratorNavDataElementMap();
35 ~GeneratorNavDataElementMap();
39 void Add(GeneratorNavDataElement& navDataElement);
41 GeneratorNavDataElement* Get(const GeneratorGuidCompound& guidCompound) const;
43 const KyArrayPOD<GeneratorNavDataElement*>& GetArray() const;
46 GeneratorNavDataElementMap_Implementation* m_impl;
#define KY_CLASS_WITHOUT_COPY(ClassName)
Define to forbid copy constructor and copy assignment.
Definition: types.h:387
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137