mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Added incomplete section for describing string objects.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@308 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6b24b13dcd
commit
a7ca83f178
1 changed files with 8 additions and 4 deletions
|
@ -9,10 +9,11 @@ McCallum. What `libg++' is to GNU's C++, `libobjects' is to GNU's
|
|||
Objective C.
|
||||
|
||||
The library features collection objects for maintaining groups of
|
||||
objects and C types, streams for I/O to various destinations, coders for
|
||||
formating objects and C types to byte streams, ports for network packet
|
||||
transmission, distributed objects (remote object messaging),
|
||||
pseudo-random number generators, and time handling facilities.
|
||||
objects and C types, strings for handling collections of characters,
|
||||
streams for I/O to various destinations, coders for formating objects
|
||||
and C types to byte streams, ports for network packet transmission,
|
||||
distributed objects (remote object messaging), pseudo-random number
|
||||
generators, and time handling facilities.
|
||||
|
||||
@itemize
|
||||
|
||||
|
@ -28,6 +29,9 @@ Stack, Queue, Heap, BinaryTree, RBTree, SplayTree, GapArray). There is
|
|||
also a DelegatePool object that can forward messages it receives to an
|
||||
arbitrary number of delegate objects.
|
||||
|
||||
@item
|
||||
String objects...
|
||||
|
||||
@item
|
||||
Stream objects provide a consistent interface for reading and writing
|
||||
bytes. `StdioStream' objects work with files, file descriptors, FILE
|
||||
|
|
Loading…
Reference in a new issue