type_gapp.html
来自「一个由Mike Gashler完成的机器学习方面的includes neural」· HTML 代码 · 共 23 行
HTML
23 行
<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>GApp</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;">char* <big><b>GetApplicationPath</b></big>(const char* szArg0)<br><div style="margin-left: 80px;"><font color=brown> Pass in the first command-line arg and it will figure out the path to the running app. (You must call this method before changing directories because it uses the current directory path too).</font></div><br>int <big><b>LaunchDaemon</b></big>(?b@)d>\% pDaemonMain, void* pArg)<br><div style="margin-left: 80px;"><font color=brown> returns the process ID of the daemon to the parent process. The daemon process will exit (rather than return) when it finishes.</font></div><br>void <big><b>TurnSegFaultsIntoExceptions</b></big>()<br><div style="margin-left: 80px;"><font color=brown> Catches seg fault signals (and a few others) and throws</font></div><br></div><br></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?