/************************************************************************** * array.h * * Array class * * Constructor, copy constructor, destructor, operator overloading * function overloading, reference type * **************************************************************************/ #ifndef G__ARRAY_H #define G__ARRAY_H #pragma security level0 #include #include #include #ifndef G__ARRAYSL # ifdef G__SHAREDLIB #pragma include_noerr # ifndef G__ARRAYSL #include # endif # else #include # endif #endif // G__ARRAYSL #include #include #ifndef G__CARRAYSL # ifdef G__SHAREDLIB #pragma include_noerr # ifndef G__CARRAYSL #include # endif # else #include # endif #endif // G__CARRAYSL #include #include #include #endif