FC++ library structure
For most applications, the easiest way to use the library is just to
#include "prelude.h"
but here is the v1.5 header dependency diagram, in case you are interested.
<functional> config
\ / |
signature |
/ \ |
pre_lambda smart curry |
\ \ / |
<iterator>, `- full |
<iostream>, | |
<utility> lambda |
\ / |
operator ref_count
\ /
function
|
reuse <new>,<cstdlib>,<exception>
| /
| /
list
| -- monad (included at bottom of prelude)
prelude -/
Look
here for more description of the actual contents of each library
header.
Last updated on May 23, 2003 by Brian McNamara