Home
last modified time | relevance | path

Searched refs:ExportSet (Results 1 – 2 of 2) sorted by relevance

/trunk/main/soltools/ldump/
H A Dldump.hxx36 class ExportSet;
39 ExportSet *pBaseTab; // Zugriff auf gemangelte Namen
40 ExportSet *pIndexTab; // Zugriff auf die Ordinals
H A Dldump.cxx45 class ExportSet : public HashTable class
48 ExportSet in ExportSet() function in ExportSet
56 virtual ~ExportSet() {} in ~ExportSet()
81 pBaseTab = new ExportSet( nSlots ); in LibDump()
82 pIndexTab = new ExportSet( nSlots ); in LibDump()

Completed in 14 milliseconds