Simpatico  v1.10
3.2 Namespaces

3.1 Directory Structure (Prev)         3.3 Util namespace (Next)

The classes used in simpatico are divided into five namespaces. The source code for each namespace is in a corresponding subdirectories of the src/directory:

The code in some namespaces depends on symbols defined in others. A namespace named B is said to "depend" on another namespace A if any class in namespace B uses any classes or other symbols defined in A. The Simp, McMd, DdMd, and Tools namespaces all depend on the Util namespace, in this sense. The dependencies are:

A few of the most important classes in each namespace are introduced in the following pages. An alternate, and more complete, view of all of the classes in each namespace may be obtained clicking on the "Modules" link above and browsing a hierarchy of modules. Each module within a namespace contain a sets of functionally related classes.


3.1 Directory Structure (Prev)         3 Source Code Overview (Up)         3.3 Util namespace (Next)