#include <gfxFont.h>
Inheritance diagram for gfxFontCache::HashEntry:
Collaboration diagram for gfxFontCache::HashEntry:Public Types | |
| enum | { ALLOW_MEMMOVE = 1 } |
| typedef const Key & | KeyType |
| typedef const Key * | KeyTypePointer |
Public Member Functions | |
| HashEntry (KeyTypePointer aStr) | |
| HashEntry (const HashEntry &toCopy) | |
| ~HashEntry () | |
| PRBool | KeyEquals (const KeyTypePointer aKey) const |
Static Public Member Functions | |
| static KeyTypePointer | KeyToPointer (KeyType aKey) |
| static PLDHashNumber | HashKey (const KeyTypePointer aKey) |
Public Attributes | |
| gfxFont * | mFont |
| typedef const Key& gfxFontCache::HashEntry::KeyType |
| typedef const Key* gfxFontCache::HashEntry::KeyTypePointer |
| gfxFontCache::HashEntry::HashEntry | ( | KeyTypePointer | aStr | ) | [inline] |
| gfxFontCache::HashEntry::HashEntry | ( | const HashEntry & | toCopy | ) | [inline] |
| gfxFontCache::HashEntry::~HashEntry | ( | ) | [inline] |
| static PLDHashNumber gfxFontCache::HashEntry::HashKey | ( | const KeyTypePointer | aKey | ) | [inline, static] |
| PRBool gfxFontCache::HashEntry::KeyEquals | ( | const KeyTypePointer | aKey | ) | const |
| static KeyTypePointer gfxFontCache::HashEntry::KeyToPointer | ( | KeyType | aKey | ) | [inline, static] |
1.7.1