Go to the documentation of this file.
35 #ifndef NCollection_DefineBaseCollection_HeaderFile
36 #define NCollection_DefineBaseCollection_HeaderFile
42 #define DEFINE_BASECOLLECTION(_ClassName_, TheItemType) \
43 typedef NCollection_BaseCollection<TheItemType > _ClassName_;