00001 00021 #ifndef INC_MI32_SERIALIZERITEMARRAY_H 00022 #define INC_MI32_SERIALIZERITEMARRAY_H 00023 00024 #ifndef INC_MI32_SERIALIZERITEM_H 00025 #include <mi32/serializeritem.h> 00026 #endif 00027 00028 #ifndef INC_MI32_SIMPLEAR_H 00029 #include <mi32/simplear.h> 00030 #endif 00031 00032 class SERIALIZERITEMARRAY : public SIMPLE_ARRAY<SERIALIZERITEM> { 00033 public: 00034 00035 SERIALIZERITEMARRAY (); 00036 00037 ~SERIALIZERITEMARRAY (); 00038 00041 void Add ( 00042 const SERIALIZERITEM *def2, 00043 int offsetadd = 0 00044 ); 00045 00047 void Terminate ( 00048 ); 00049 00050 }; 00051 00052 #endif // INC_MI32_SERIALIZERITEMARRAY_H
1.6.1