Lines Matching refs:UnitTable
130 class UnitTable {
137 UnitTable();
138 virtual ~UnitTable();
178 * Loads and merges the contents of the given file into the UnitTable,
185 /* * Saves the current UnitTable to the given file. */
196 UnitTable(UnitTable const &t);
197 UnitTable operator=(UnitTable const &t);
201 extern UnitTable unit_table;