type_gconstunicodehashtable.html
来自「一个由Mike Gashler完成的机器学习方面的includes neural」· HTML 代码 · 共 26 行
HTML
26 行
<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>GConstUnicodeHashTable</b></big></big></big><br>extends <a href="type_GHashTableBase.html">GHashTableBase</a><br></td><td> Hash table based on keys of constant strings (or at least strings that won't change during the lifetime of the hash table). It's a good idea to use a GStringHeap in connection with this class.</td></tr></table><br><br><big><big><i>Constructors (public)</i></big></big><br><div style="margin-left: 40px;"><big><b>GConstUnicodeHashTable</b></big>(int nInitialBucketCount, bool bCaseSensitive)<br></div><br><big><big><i>Destructors</i></big></big><br><div style="margin-left: 40px;"><big><b>~GConstUnicodeHashTable</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><div style="margin-left: 80px;"><font color=brown> todo: use a better func</font></div><br>int <big><b>Hash</b></big>(const unsigned char* pKey, int nBucketCount)<br></div><br></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?