Proxycizer source code walk-through

The Proxycizer source is fairly complex, but highly modular. It is written in C++, and some of the code depends on language constructs that should be implemented in most compilers, but may not be implemented in some, such as nested classes, and member pointers.

The purpose of this document is to give an overview of the code layout and programming style of the package, and to make it easier for anyone (including myself) to extend it.

The code is split between two directories:

libsrc/


Syam Gadde
Last modified: Thu May 21 15:35:21 EDT 1998