type_ghashtableenumerator.html

来自「一个由Mike Gashler完成的机器学习方面的includes neural」· HTML 代码 · 共 27 行

HTML
27
字号
<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>GHashTableEnumerator</b></big></big></big><br><br></td><td> This class makes it easy to iterate through the values in a hash table</td></tr></table><br><br><big><big><i>Constructors (public)</i></big></big><br><div style="margin-left: 40px;"><big><b>GHashTableEnumerator</b></big>(<a href="type_GHashTableBase.html">GHashTableBase</a>* pHashTable)<br></div><br><big><big><i>Public</i></big></big><br><div style="margin-left: 40px;">void <big><b>GetCurrentValue</b></big>()<br><div style="margin-left: 80px;"><font color=brown> Returns the value associated with the current key</font></div><br>char* <big><b>GetNext</b></big>(const void** ppOutValue)<br><div style="margin-left: 80px;"><font color=brown> Gets the next element in the hash table. ppValue is set to the value and the return value is the key. Returns NULL when it reaches the end of the collection. (The first time it is called, it returns the first item in the collection.)</font></div><br>bool <big><b>GetNextIntKey</b></big>(int* pOutKey, void* ppOutValue)<br><div style="margin-left: 80px;"><font color=brown> Sets the value at pOutInt to the next integer key in the hash table.  Returns false when it reaches the end of the collection.</font></div><br></div><br></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?