#include <nsHashSets.h>
Inheritance diagram for nsStringHashSetSuper:
Collaboration diagram for nsStringHashSetSuper:Public Member Functions | |
| nsStringHashSetSuper () | |
| ~nsStringHashSetSuper () | |
| nsresult | Init (PRUint32 aNumInitialEntries) |
| PLDHashStringEntry * | GetEntry (const nsAString &aKey) |
| PLDHashStringEntry * | AddEntry (const nsAString &aKey) |
| void | Remove (const nsAString &aKey) |
Public Attributes | |
| PLDHashTable | mHashTable |
| nsStringHashSetSuper::nsStringHashSetSuper | ( | ) |
| nsStringHashSetSuper::~nsStringHashSetSuper | ( | ) |
| PLDHashStringEntry* nsStringHashSetSuper::AddEntry | ( | const nsAString & | aKey | ) |
| PLDHashStringEntry* nsStringHashSetSuper::GetEntry | ( | const nsAString & | aKey | ) |
| nsresult nsStringHashSetSuper::Init | ( | PRUint32 | aNumInitialEntries | ) |
| void nsStringHashSetSuper::Remove | ( | const nsAString & | aKey | ) |
1.7.1