Namespace List
Here is a list of all namespaces with brief descriptions:
| ace | All modules within the program are declared in namespace ace in order to not pollute global namespace |
| ace::constants | All program constants happily live together in this nicenamed namespace |
| ace::dependency | Special namespace used to keep variables with indices of few special dependency values |
| ace::eval | Namespace wraps evaluation functions |
| ace::notifier | Module declares (global) variables, which are wrapped into separate namespace |
| ace::persistent | Namespace holds (global) variables |
| ace::settings | Namespace holds (global) program settings and functions checking their corectness |