2005/5/9
-- ACDK API Docs Misc header TArrayList_h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <acdk.h> #include TAbstractList.h #include <acdk/lang/Cloneable.h> #include <acdk/lang/System.h> #include <acdk/io/Serializable.h> #include <acdk/lang/IndexOutOfBoundsException.h>
#include <acdk.h>
#include TAbstractList.h
#include <acdk/lang/Cloneable.h>
#include <acdk/lang/System.h>
#include <acdk/io/Serializable.h>
#include <acdk/lang/IndexOutOfBoundsException.h>
Value:
typedef ::acdk::util::TArrayList<R##ClassName> ClassName##ArrayList; \ typedef RefHolder<ClassName##ArrayList> R##ClassName##ArrayList