Public Member Functions | |
| StringHashKey () | |
| StringHashKey (mUINT32 _idx, mUINT32 _size) | |
| StringHashKey (const StringHashKey &shk) | |
| StringHashKey & | operator= (const StringHashKey &shk) |
Public Attributes | |
| mUINT32 | idx |
| mUINT32 | size |
Definition at line 240 of file strtab.cxx.
| STR_TAB< STR >::StringHashKey::StringHashKey | ( | ) | [inline] |
Definition at line 244 of file strtab.cxx.
| STR_TAB< STR >::StringHashKey::StringHashKey | ( | mUINT32 | _idx, | |
| mUINT32 | _size | |||
| ) | [inline] |
Definition at line 246 of file strtab.cxx.
| STR_TAB< STR >::StringHashKey::StringHashKey | ( | const StringHashKey & | shk | ) | [inline] |
Definition at line 249 of file strtab.cxx.
| StringHashKey& STR_TAB< STR >::StringHashKey::operator= | ( | const StringHashKey & | shk | ) | [inline] |
Definition at line 252 of file strtab.cxx.
References STR_TAB< STR >::StringHashKey::idx, idx, STR_TAB< STR >::StringHashKey::size, and size.
| mUINT32 STR_TAB< STR >::StringHashKey::idx |
Definition at line 241 of file strtab.cxx.
Referenced by STR_TAB< STR >::EqStringHashKey::operator()(), STR_TAB< STR >::HashStringHashKey::operator()(), and STR_TAB< STR >::StringHashKey::operator=().
| mUINT32 STR_TAB< STR >::StringHashKey::size |
Definition at line 242 of file strtab.cxx.
Referenced by STR_TAB< STR >::EqStringHashKey::operator()(), STR_TAB< STR >::HashStringHashKey::operator()(), and STR_TAB< STR >::StringHashKey::operator=().
1.7.1