1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3 <title>oscl_assert.h File Reference</title> 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 5 </head><body> 6 <!-- Generated by Doxygen 1.2.18 --> 7 <center> 8 <a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9 <hr><h1>oscl_assert.h File Reference</h1>The file <a class="el" href="oscl__assert_8h.html">oscl_assert.h</a> provides an OSCL_ASSERT macro to document assumptions and test them during development. 10 <a href="#_details">More...</a> 11 <p> 12 <code>#include "<a class="el" href="oscl__base_8h-source.html">oscl_base.h</a>"</code><br> 13 <code>#include "oscl_assert.inl"</code><br> 14 15 <p> 16 <a href="oscl__assert_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0> 17 <tr><td></td></tr> 18 <tr><td colspan=2><br><h2>Defines</h2></td></tr> 19 <tr><td nowrap align=right valign=top>#define </td><td valign=bottom><a class="el" href="group__osclbase.html#a78">OSCL_ASSERT</a>(_expr) ((_expr)?((void)0):OSCL_Assert(# _expr,__FILE__,__LINE__))</td></tr> 20 <tr><td colspan=2><br><h2>Functions</h2></td></tr> 21 <tr><td nowrap align=right valign=top>OSCL_COND_IMPORT_REF void </td><td valign=bottom><a class="el" href="group__osclbase.html#a34">_OSCL_Abort</a> ()</td></tr> 22 <tr><td> </td><td><font size=-1><em>This function terminates the current process abnormally.</em> <a href="group__osclbase.html#a34"></a><em></em></font><br><br></td></tr> 23 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void </td><td valign=bottom><a class="el" href="group__osclbase.html#a35">OSCL_Assert</a> (const char *expr, const char *filename, int line_number)</td></tr> 24 <tr><td> </td><td><font size=-1><em>OSCL_ASSERT macro evaluates an expression and when the result is false, prints a diagnostic message and aborts the program.</em> <a href="group__osclbase.html#a35"></a><em></em></font><br><br></td></tr> 25 </table> 26 <hr><a name="_details"></a><h2>Detailed Description</h2> 27 The file <a class="el" href="oscl__assert_8h.html">oscl_assert.h</a> provides an OSCL_ASSERT macro to document assumptions and test them during development. 28 <p> 29 30 <p> 31 <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 32 <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 33 </small></address> 34 </body> 35 </html> 36