blob: f3c45f47ff77cfc7b0c09e00826d0599a1ba5068 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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.
LICENSE: LGPL2 or later
WWW: http://objectivelib.sourceforge.net/
|