mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-28 19:20:51 +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
806ec1b54d
commit
de6a273c4d
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.
|
Objective C.
|
||||||
|
|
||||||
The library features collection objects for maintaining groups of
|
The library features collection objects for maintaining groups of
|
||||||
objects and C types, streams for I/O to various destinations, coders for
|
objects and C types, strings for handling collections of characters,
|
||||||
formating objects and C types to byte streams, ports for network packet
|
streams for I/O to various destinations, coders for formating objects
|
||||||
transmission, distributed objects (remote object messaging),
|
and C types to byte streams, ports for network packet transmission,
|
||||||
pseudo-random number generators, and time handling facilities.
|
distributed objects (remote object messaging), pseudo-random number
|
||||||
|
generators, and time handling facilities.
|
||||||
|
|
||||||
@itemize
|
@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
|
also a DelegatePool object that can forward messages it receives to an
|
||||||
arbitrary number of delegate objects.
|
arbitrary number of delegate objects.
|
||||||
|
|
||||||
|
@item
|
||||||
|
String objects...
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Stream objects provide a consistent interface for reading and writing
|
Stream objects provide a consistent interface for reading and writing
|
||||||
bytes. `StdioStream' objects work with files, file descriptors, FILE
|
bytes. `StdioStream' objects work with files, file descriptors, FILE
|
||||||
|
|
Loading…
Reference in a new issue