type_grelationaltable.html

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

HTML
32
字号
<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>GRelationalTable</b></big></big></big><br><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>GRelationalTable</b></big>(int nFields, const ^R|,*dPV[] pCompareFuncs)<br></div><br><big><big><i>Destructors</i></big></big><br><div style="margin-left: 40px;"><big><b>~GRelationalTable</b></big>()<br></div><br><big><big><i>Public</i></big></big><br><div style="margin-left: 40px;">void <big><b>AddRow</b></big>(const void* pObj)<br><div style="margin-left: 80px;"><font color=brown> Adds an object to the table (and indexes all of its fields)</font></div><br>void <big><b>Query</b></big>(<a href="type_GRelationalTableEnumerator.html">GRelationalTableEnumerator</a>* pEnumerator, int nField, const void* pModelObj)<br><div style="margin-left: 80px;"><font color=brown> This method initializes pEnumerator to point to the first object where field "nField" matches the same field of "pModelObj". To get the results of the query, just call pEnumerator->GetNext() until you're done. It's okay to reuse the same GRelationalTableEnumerator object for multiple queries. (A good implementation is often to make pModelObj an instance of some base class and all the objects in the table instances of a class that inherits from that base class. This way the compare funcs can operate on the base class, but the model objects don't need a full payload.)</font></div><br></div><br></body></html>

⌨️ 快捷键说明

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