VirtualBox

Changeset 60070 in vbox


Ignore:
Timestamp:
Mar 17, 2016 8:15:04 AM (9 years ago)
Author:
vboxsync
Message:

iprt/assert.h: docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/assert.h

    r60065 r60070  
    10031003
    10041004/** @def AssertFailed
    1005  * An assertion failed hit breakpoint.
     1005 * An assertion failed, hit breakpoint.
    10061006 */
    10071007#ifdef RT_STRICT
     
    10161016
    10171017/** @def AssertFailedStmt
    1018  * An assertion failed hit breakpoint and execute statement.
     1018 * An assertion failed, hit breakpoint and execute statement.
    10191019 */
    10201020#ifdef RT_STRICT
     
    22052205
    22062206/** @def AssertMsgRCStmt
    2207  * Asserts a iprt status code successful and if it's not execute @a stmt.
    2208  *
    2209  * If RT_STRICT is defined the message will be printed and a breakpoint hit before it is executed
     2207 * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and
     2208 * execute @a stmt if it isn't.
    22102209 *
    22112210 * @param   rc      iprt status code.
     
    22192218
    22202219/** @def AssertMsgRCReturn
    2221  * Asserts a iprt status code successful and if it's not return the specified status code.
    2222  *
    2223  * If RT_STRICT is defined the message will be printed and a breakpoint hit before it returns
     2220 * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and return
     2221 * @a rcRet if it isn't.
    22242222 *
    22252223 * @param   rc      iprt status code.
     
    22322230
    22332231/** @def AssertMsgRCReturnStmt
    2234  * Asserts a iprt status code successful and if it's not execute @a stmt and
    2235  * return the specified status code (@a rcRet).
    2236  *
    2237  * If RT_STRICT is defined the message will be printed and a breakpoint hit before it returns
     2232 * Asserts a iprt status code successful, bitch (RT_STRICT mode only), execute
     2233 * @a stmt and return @a rcRet if it isn't.
    22382234 *
    22392235 * @param   rc      iprt status code.
     
    22482244
    22492245/** @def AssertMsgRCReturnVoid
    2250  * Asserts a iprt status code successful and if it's not return.
    2251  *
    2252  * If RT_STRICT is defined the message will be printed and a breakpoint hit before it returns
     2246 * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and return
     2247 * void if it isn't.
    22532248 *
    22542249 * @param   rc      iprt status code.
     
    22602255
    22612256/** @def AssertMsgRCReturnVoidStmt
    2262  * Asserts a iprt status code successful and execute statement/break if it's not.
    2263  *
    2264  * If RT_STRICT is defined the message will be printed and a breakpoint hit before it returns
     2257 * Asserts a iprt status code successful, bitch (RT_STRICT mode only), execute
     2258 * @a stmt and return void if it isn't.
    22652259 *
    22662260 * @param   rc      iprt status code.
     
    22732267
    22742268/** @def AssertMsgRCBreak
    2275  * Asserts a iprt status code successful and if it's not break.
    2276  *
    2277  * If RT_STRICT is defined the message will be printed and a breakpoint hit before it breaks
     2269 * Asserts a iprt status code successful, bitch (RT_STRICT mode only) and break
     2270 * if it isn't.
    22782271 *
    22792272 * @param   rc      iprt status code.
     
    22852278
    22862279/** @def AssertMsgRCBreakStmt
    2287  * Asserts a iprt status code successful and execute statement/break if it's not.
    2288  *
    2289  * If RT_STRICT is defined the message will be printed and a breakpoint hit before it returns
     2280 * Asserts a iprt status code successful, bitch (RT_STRICT mode only), execute
     2281 * @a stmt and break if it isn't.
    22902282 *
    22912283 * @param   rc      iprt status code.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette