Generic Array

Posted by admin on December-11-2009 Add Comments

Bookmark and Share


Generic Array

By : Martin Alterisio

This class can be used to create arrays that allow members of just one type.

It implements a class loader that gives a special treatment to the creation of objects of classes with the names that start with ArrayOf.

The class assumes that it is intended to create an object of a generic class that manages an array of objects of a class named after the ArrayOf prefix.

It generates code for a new generic array handling class based on a generic class template. The generated class uses type hinting to allow only array members of the intended array element class.

This class can be used with the Type Hint class to allow other types of members besides objects and arrays.

Download :
http://www.ziddu.com/download/7362806/genericarray-2007-10-24.zip.html

Post a Comment

You must be logged in to post a comment.