Project Description

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.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Review
Your rating
Review this project