Next: , Previous: SIn Array Object, Up: APIs


7.3 LObject

The LObject class is used as an abstract base class for some of RSIML's data structures and provides a way for their contents to be read and written to files.

Extenders who wanted to have their own non-trivial data structures read and written using the Profile or LO_Packer object should derive these structures from LObject and implement the self_pack, self_unpack, and self_name member functions.