Next: LObject Example, Previous: LObject, Up: LObject
The following classes are derived from LObject:
RString, RStringF, PQueue, PStack,
PSList, LString_Hash.
Classes derived from LObject must have self_pack and
self_unpack member functions which take a LO_Packer
object as an argument. The LO_Packer object itself is
constructed using an LO_Stream object which provides read and
write functions that can be specialized to access a file
(LO_Stream_File) or just read zeros (LO_Stream_Null).