ObjectiveLib 0.10 review

Download
by rbytes.net on

ObjectiveLib is a framework for Objective-C that provides a set of object containers and generic algorithms

License: GPL (GNU General Public License)
File size: 0K
Developer: Will Mason
0 stars award from rbytes.net

ObjectiveLib is a framework for Objective-C that provides a set of object containers and generic algorithms. It is designed to provide the same services to Objective-C programmers that the Standard Template Library provides to C++ programmers.

All of the standard containers (vector, deque, list, map, set, and others) and standard algorithms from the STL are included. Additionally, a set of iterator classes is provided to connect containers to generic algorithms.

A full set of binary streams is provided, which include file, memory buffer and socket streams, as well as layering streams that can buffer and/or compress data.

What's New in This Release:
A complete set of binary streams has been added.
These include streams that can read and write to/from files, memory buffers, and sockets. Additionally, layering streams are included that can buffer data, compress data (3 compression streams are provided), and manage object graphs written to the stream.
Some method names that did not conform to the Cocoa naming conventions have been changed.

ObjectiveLib 0.10 keywords