OSDN Git Service

SDL_atomic_t サンプルコードを修正 https://wiki.libsdl.org/SDL_atomic_t?action=diff&rev1=3&rev2=4
[sdl2referencejp/sdl2referencejp.git] / SDL_GetAssertionReport.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
2 <html lang="ja-JP">\r
3 <head>\r
4 <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">\r
5 <meta http-equiv="Content-Style-Type" content="text/css">\r
6 <meta name="keywords" content="Simple Directmedia Layer SDL2.0">\r
7 <link rel="top" href="index.html" title="\83z\81[\83\80">\r
8 <link rel="parent" href="CategoryAssertions.html" title="1\82Â\8fã">\r
9 <title>SDL_GetAssertionReport</title>\r
10 </head>\r
11 <body>\r
12 <a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryAssertions.html">\83A\83T\81[\83V\83\87\83\93</a> - SDL_GetAssertionReport\r
13 <hr>\r
14 <h1>SDL_GetAssertionReport</h1>\r
15 \8e¸\94s\82µ\82½\91S\82Ä\82Ì\83A\83T\81[\83V\83\87\83\93\82Ì\83\8a\83X\83g\82ð\96ß\82·\r
16 <h2>\8d\\95¶</h2>\r
17 <code>const SDL_assert_data* SDL_GetAssertionReport(void)</code>\r
18 <h2>\96ß\82è\92l</h2>\r
19 \8e¸\94s\82µ\82½\91S\82Ä\82Ì\83A\83T\81[\83V\83\87\83\93\82Ì\83\8a\83X\83g\82ð\96ß\82·. \83\8a\83X\83g\82ª\8bó\82Ì\8fê\8d\87NULL\82ð\96ß\82·.\r
20 \82±\82Ì\83\81\83\82\83\8a\82Í\95Ò\8fW\82Ü\82½\82Í\89ð\95ú\82µ\82Ä\82Í\82È\82ç\82È\82¢.\r
21 <h2>\83T\83\93\83v\83\8b\83R\81[\83h</h2>\r
22 <p>\r
23 <code>\r
24 <pre>\r
25 const SDL_assert_data *item = SDL_GetAssertionReport();\r
26 while (item) {\r
27      printf("'%s', %s (%s:%d), %u \89ñ\88ø\82«\8bN\82±\82³\82ê\82½, \8fí\82É\96³\8e\8b\82·\82é\82©: %s.\n",\r
28           item->condition, item->function, item->filename,\r
29           item->linenum, item->trigger_count,\r
30           item->always_ignore ? "\82Í\82¢" : "\82¢\82¢\82¦");\r
31      item = item->next;\r
32 }\r
33 </pre>\r
34 </code>\r
35 </p>\r
36 <h2>\8fÚ\8d×</h2>\r
37 \82±\82Ì\8aÖ\90\94\82Í, \8dÅ\8cã\82É<a href="SDL_ResetAssertionReport.html">SDL_ResetAssertionReport()</a>\82ð\8cÄ\82ñ\82Å\82©\82ç, \82Ü\82½\82Í\83v\83\8d\83O\83\89\83\80\82ð\8aJ\8en\82µ\82Ä\82©\82ç\94­\90\82µ\82½\91S\82Ä\82Ì\83A\83T\81[\83V\83\87\83\93\82ð\96ß\82·.\r
38 <h2>\8aÖ\98A\8d\80\96Ú(\8aÖ\90\94)</h2>\r
39 <a href="SDL_ResetAssertionReport.html">SDL_ResetAssertionReport</a><br>\r
40 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
41 <a href="https://wiki.libsdl.org/SDL_GetAssertionReport">SDL_GetAssertionReport - SDL Wiki</a>\r
42 <hr>\r
43 </body>\r
44 </html>\r