Appendix A. Reference material

A.1. Reference material for the C++ API classes.

Table of Contents
CDatabase -- Database creation and access
SaveSet -- Encapsulate a save set.
DBParameter -- Encapsulate database parameter definitions.
DBSpectrum -- Encapsulate Spectrum definitions.
DBGate -- Encapsulate database gate definitions
DBApplication -- Wrap database definitions of gate applications
DBTreeVariable -- Ecapsulate tree variable definitions.

This section will provide reference information for the database API classes. The order in which this documentation is given is roughly hierarchical. For classes that encapsulate database objects, the order follows dependency. That is many object types depend on the existence of other object types, the most primitive objects come first and no class comes prior to the classes that have data it might depend on.