type_fileholder.html
来自「一个由Mike Gashler完成的机器学习方面的includes neural」· HTML 代码 · 共 25 行
HTML
25 行
<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>FileHolder</b></big></big></big><br><br></td><td> Macro for converting Unicode to Ansi--todo: use "wcstombs" in stdlib.h instead Macro for converting Ansi to Unicode--todo: use "mbstowcs" in stdlib.h instead A Holder will hold a pointer to allocated memory and will guarantee to delete it when the holder is deleted. (Usually you will put a holder on the stack so it will free up the memory it holds a pointer to even if an exception is thrown.</td></tr></table><br><br><big><big><i>Constructors (public)</i></big></big><br><div style="margin-left: 40px;"><big><b>FileHolder</b></big>()<br></div><br><big><big><i>Destructors</i></big></big><br><div style="margin-left: 40px;"><big><b>~FileHolder</b></big>()<br></div><br><big><big><i>Public</i></big></big><br><div style="margin-left: 40px;">bool <big><b>Close</b></big>()<br><div style="margin-left: 80px;"><font color=brown> Returns true if successfull</font></div><br></div><br></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?