📄 type_ghashtable.html
字号:
<html><head><title>Generated Documentation</title></head><body> <image src="headerimage.png"> <br><br><table><tr><td><big><big><big style="font-family: arial;"><b>GHashTable</b></big></big></big><br>extends <a href="type_GHashTableBase.html">GHashTableBase</a><br></td><td></td></tr></table><br><br><big><big><i>Statics (public)</i></big></big><br><div style="margin-left: 40px;">void <big><b>Test</b></big>()<br></div><br><big><big><i>Constructors (public)</i></big></big><br><div style="margin-left: 40px;"><big><b>GHashTable</b></big>(int nInitialBucketCount)<br></div><br><big><big><i>Destructors</i></big></big><br><div style="margin-left: 40px;"><big><b>~GHashTable</b></big>()<br></div><br><big><big><i>Virtual (public)</i></big></big><br><div style="margin-left: 40px;">bool <big><b>AreKeysEqual</b></big>(const char* pKey1, const char* pKey2)<br>int <big><b>Hash</b></big>(const unsigned char* pKey, int nBucketCount)<br></div><br><big><big><i>Public</i></big></big><br><div style="margin-left: 40px;">void <big><b>Add</b></big>(const void* pKey, const void* pValue)<br><div style="margin-left: 80px;"><font color=brown> Adds a pointer key and value pair to the hash table. The key can not be NULL</font></div><br>void <big><b>Add</b></big>(int nKey, const void* pValue)<br><div style="margin-left: 80px;"><font color=brown> Adds an integer key and value pair to the hash table. The key can not be 0x80000000</font></div><br>bool <big><b>Get</b></big>(const void* pKey, void* ppOutValue)<br><div style="margin-left: 80px;"><font color=brown> Gets a value based on the key</font></div><br>bool <big><b>Get</b></big>(int nKey, void* ppOutValue)<br><div style="margin-left: 80px;"><font color=brown> Gets a value based on the key</font></div><br>void <big><b>Remove</b></big>(int nKey)<br><div style="margin-left: 80px;"><font color=brown> Removes an entry from the hash table</font></div><br>void <big><b>Remove</b></big>(const void* pKey)<br><div style="margin-left: 80px;"><font color=brown> Removes an entry from the hash table</font></div><br></div><br></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -