2006-12-01 21:31:28 +01:00
|
|
|
ObjectiveLib provides two primary services: containers and algorithms.
|
|
|
|
An important part of the library that keeps everything moving is
|
|
|
|
iterators. ObjectiveLib is designed to offer the same functionality
|
|
|
|
to Objective-C programmers that the Standard Template Library offers
|
|
|
|
to C++ programmers. Therefore, anyone familiar with the STL will have
|
|
|
|
no trouble using and understanding the machinery of ObjectiveLib.
|
|
|
|
|
2009-01-16 17:38:35 +01:00
|
|
|
LICENSE: LGPL2 or later
|
|
|
|
|
2006-12-01 21:31:28 +01:00
|
|
|
WWW: http://objectivelib.sourceforge.net/
|