[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.3 Utility Library (csUtil)

The utility library consists of many smaller modules that are too small to live as a separate library. The biggest part of it is the SCF library. See section 6.4 Shared Class Facility (SCF).

The second most important class is probably the csVector. This class is a generic resizable array. It is generic because its elements are (void*) pointers. You can also use handy macros to create type-safe subclasses of this class. Also, the `.cfg' file reader and the random number generator will probably help you.

The other classes might or might not be useful, so if you need some very common functionality in your application, you should look in the API reference to see if it is already implemented. The usage of these classes will not be explained further, as most functions are self-explanatory. The comments in the API reference and the header files should also help.

One exception should be made here for the csObject class. This class will be explained in the next section.

6.3.1 csObject  



This document was generated using texi2html