Searched defs:GDIHashtable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A DGDIHashtable.h36 * GDIHashtable class. Subclasses Hashtable to provide
40 class GDIHashtable : public Hashtable { class in inherits:Hashtable
42 GDIHashtable* table;
47 * GDIHashtable::List class. Designed to store pointers
56 void add(GDIHashtable*);
57 void remove(GDIHashtable*);
71 * GDIHashtable::BatchDestructionManager class.
115 * Adds the specified GDIHashtable to the internal list.
117 * @param table pointer to the GDIHashtable to be added.
119 INLINE void add(GDIHashtable* tabl
162 GDIHashtable(const char* name, void (*deleteProc)(void*) = NULL, function in class:GDIHashtable
[all...]

Completed in 34 milliseconds